Ejemplo n.º 1
0
 internal Segment(byte[] buffer, int length)
 {
     this.Buffer = buffer;
     this.Length = length;
     _position   = SegmentPosition.Other;
 }
Ejemplo n.º 2
0
 private static bool PositionIsLast(SegmentPosition status)
 {
     return((status & SegmentPosition.Last) == SegmentPosition.Last);
 }