Ejemplo n.º 1
0
 public static BufferSegment CreateSegment(byte[] bytes)
 {
     return(BufferSegment.CreateSegment(bytes, 0, bytes.Length));
 }