Usage
out x
in
Signatures
: (BinaryWriter, %) BinaryWriter : BinaryReader %
Parameter | Type | Description |
---|---|---|
in | BinaryReader | an input stream |
out | BinaryWriter | an output stream |
x | % | an object of the type |
Returns
out x writes x in binary format to the stream out and returns the stream after the write, while in reads an element of the type in binary format from the stream in and returns the element read.