Interface ISerializableToStream
An abstract representation of a data structure that can be copied directly to a stream.
Namespace: Mars.Common.IO.Mapped
Assembly: Mars.IO.dll
Syntax
public interface ISerializableToStream
Methods
| Improve this Doc View SourceCopyTo(Stream)
Copies all data to the given stream starting at it's current position.
Declaration
long CopyTo(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Returns
Type | Description |
---|---|
System.Int64 |