Interface IWritable
- Namespace
- AsmResolver
- Assembly
- AsmResolver.dll
Represents a structure that can be serialized to an output stream.
public interface IWritable
Methods
GetPhysicalSize()
Computes the number of bytes that the structure contains.
uint GetPhysicalSize()
Returns
- uint
The number of bytes.
Write(BinaryStreamWriter)
Serializes the structure to an output stream.
void Write(BinaryStreamWriter writer)
Parameters
writer
BinaryStreamWriterThe output stream to write the data to.