FileCommunicatorReadBinaryBuffer Method

Reads next part from opened stream. OpenBinary method should be called before to open the binary stream.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public ByteBuffer ReadBinaryBuffer()

Return Value

ByteBuffer
Up to bufferSize bytes or null if end of file was reached.

See Also