public interface IWriteable
Provides the Write method.
Write(Byte[] buffer, Int32 offset, Int32 count)
Used to write down raw byte data.
public abstract void Write(Byte[] buffer, Int32 offset, Int32 count)
Parameters
buffer
Byte[]Byte array which contains the data to write down.
offset
Int32Zero-based offset in the buffer.
count
Int32Number of bytes to write.