natix.CompactDS.LongStream.LongStream C# (CSharp) Method

LongStream() public method

public LongStream ( ) : System
return System
        public LongStream()
        {
            this.ostream = new OctetStream ();
            this.offsets = new List<int> ();
            this.count = 0;
            this.ctx = new OctetStream.Context ();
        }

Same methods

LongStream::LongStream ( LongStream longstream ) : System