'Declaration
Public Sub WriteRawBytes( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
'Usage
Dim instance As BinaryEncoder Dim buffer() As Byte Dim offset As Integer Dim count As Integer instance.WriteRawBytes(buffer, offset, count)
Parameters
- buffer
- offset
- count