Method | Description | |
---|---|---|
GetEntrySize ( |
Gives the size of a size-delimited entry in a message set
|
|
GetMessageSetSize ( IEnumerable |
Gives the size of a list of messages
|
|
WriteTo ( |
Writes content into given writer
|
|
WriteTo ( |
Writes content into given stream
|
public static GetEntrySize ( |
||
message | /// The message. /// | |
return | int |
public static GetMessageSetSize ( IEnumerable |
||
messages | IEnumerable |
/// The messages. /// |
return | int |
public abstract WriteTo ( |
||
writer | /// The writer. /// | |
return | void |
public abstract WriteTo ( |
||
output | /// The output stream. /// | |
return | void |