EbmlWriterWriteBytes Method (Byte) |
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
)
Public Sub WriteBytes (
data As Byte()
)
public:
void WriteBytes(
array<unsigned char>^ data
)
member WriteBytes :
data : byte[] -> unit
Parameters
- data
- Type: SystemByte
See Also