flexiblemarshal ~master (2016-04-16T06:33:59Z)
Home
Dub
Repo
Demarshaller.SetBuffer
libs
marshal
demarshaller
Demarshaller
Undocumented in source. Be warned that the author may not have intended to support it.
class
Demarshaller
(alias InDemarshalStrategy, StorageStrategy)
final
static if
(!(
__traits(hasMember, StorageStrategy, "SetText")
))
static if
(
__traits(hasMember, StorageStrategy, "SetBuffer")
)
void
SetBuffer
(
const
(
ubyte
)[]
data
)
Meta
Source
See Implementation
libs
marshal
demarshaller
Demarshaller
aliases
DemarshalStrategy
constructors
this
functions
Demarshal
SetBuffer
SetText