SimpleStreamSerializerT.transmitArrayData

Reads/writes the content of array from/to stream, populating array to its entirety.

struct SimpleStreamSerializerT(bool SerializeDynArrays = true)
static
size_t
transmitArrayData
(
Stream : IOStream
T = T[]
)
(
Stream stream
,)

Parameters

stream Stream

stream to read from/write to

array T

array to transmit

Return Value

Type: size_t

number of bytes transmitted

Throws

EofException on End Of Flow condition (note that the exception is always newed)

Meta