Interface IBinaryIo
Interface for binary input/output operations. Extends IWriteBin to provide both read and write capabilities.
public interface IBinaryIo : IWriteBin- Inherited Members
- Extension Methods
Methods
ReadBin(BinaryReader)
Reads binary data to initialize the object.
void ReadBin(BinaryReader reader)Parameters
- readerBinaryReader
- The binary reader to read from