EbmlWriterWriteBytes Method (Byte, Int32, Int32) |
Writes an array of bytes to the stream.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void WriteBytes(
byte[] data,
int offset,
int count
)
Public Sub WriteBytes (
data As Byte(),
offset As Integer,
count As Integer
)
public:
void WriteBytes(
array<unsigned char>^ data,
int offset,
int count
)
member WriteBytes :
data : byte[] *
offset : int *
count : int -> unit
Parameters
- data
- Type: SystemByte
- offset
- Type: SystemInt32
- count
- Type: SystemInt32
See Also