Interface IWriteBin
Interface for writing binary data.
public interface IWriteBin
- Extension Methods
Methods
WriteBin(BinaryWriter)
Writes the object's data to a binary stream.
void WriteBin(BinaryWriter writer)
Parameters
writer
BinaryWriterThe binary writer to write to