Bend.SegmentBlockBasicDecoder.SegmentBlockBasicDecoder C# (CSharp) Метод

SegmentBlockBasicDecoder() публичный Метод

public SegmentBlockBasicDecoder ( BlockAccessor datastream ) : System
datastream BlockAccessor
Результат System
        public SegmentBlockBasicDecoder(BlockAccessor datastream)
        {
            this.datastream = datastream;
            if (this.datastream.Length == 0) {
                throw new Exception("SegmentBlockBasicDecoder: handed empty stream");
            }
        }