Beispiel #1
0
 private Segment(int size)
 {
     data = ByteBuffer.Allocate(size, true);
 }