SimpleClass
—streaming a simple class to a single
streamThis example shows the basic idea of streaming, i.e.
externalizing a simple object to a stream using an ExternalizeL()
function (or the <<
operator) and internalizing an object
from a stream using InternalizeL()
function (or the
>>
operator).
RStoreWriteStream
: supports creation and
manipulation of a stream in a store
RStoreReadStream
: supports opening and
manipulation of a stream in a store
RStoreWriteStream
: supports creation and
manipulation of a stream in a store
RStoreReadStream
: supports opening and
manipulation of a stream in a store