Method WriteCStringBytes
WriteCStringBytes(byte[])
Writes the CString bytes to the stream.
public abstract void WriteCStringBytes(byte[] value)Parameters
- valuebyte[]
- The value. 
Writes the CString bytes to the stream.
public abstract void WriteCStringBytes(byte[] value)value byte[]The value.