flexiblemarshal ~master (2016-04-16T06:33:59Z)
Home
Dub
Repo
IBinaryMarshalerStorageStrategy
libs
marshal
binary_marshaller
Undocumented in source.
package
interface
IBinaryMarshalerStorageStrategy {
immutable
(
ubyte
[])
GetBuffer
();
void
ClearBuffer
();
void
AddBytes
(ubyte[] bytes);
}
Members
Functions
AddBytes
void
AddBytes
(ubyte[] bytes)
Undocumented in source.
ClearBuffer
void
ClearBuffer
()
Undocumented in source.
GetBuffer
immutable
(
ubyte
[])
GetBuffer
()
Undocumented in source.
Meta
Source
See Implementation
libs
marshal
binary_marshaller
classes
BinaryMarshallerStorageStrategy
interfaces
IBinaryMarshalerStorageStrategy