Interface IWriteable
Indicates that a data structure can be written to an output stream.
public interface IWriteable
Methods
Write(Stream)
Write the data to the output stream.
void Write(Stream stream)
Parameters
stream
Stream
Indicates that a data structure can be written to an output stream.
public interface IWriteable
Write the data to the output stream.
void Write(Stream stream)
stream
Stream