'Declaration
Public Overrides Sub Write( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
'Usage
Dim instance As ArraySegmentStream Dim buffer() As Byte Dim offset As Integer Dim count As Integer instance.Write(buffer, offset, count)