Public Function New( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
Dim buffer() As Byte Dim offset As Integer Dim count As Integer Dim instance As New Segment(buffer, offset, count)
public Segment( byte[] buffer, int offset, int count )
public: Segment( array<byte>^ buffer, int offset, int count )
Segment Class Segment Members