AtomicStream.readPlasticized

Reads a type from the stream using optional fields.

class AtomicStream
final shared
T
readPlasticized
(
T
ARGS...
)
()
if (
ARGS.length % 3 == 0
)

Parameters

T

The type to be read from the stream. ARGS... = The arguments for optional fields.

Return Value

Type: T

The read type read from the stream.

Meta