DryadLinqBinaryReaderReadUByte Method DryadLINQ documentation
Reads a byte from the current reader and advances the current position of the reader by one byte.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public byte ReadUByte()

Return Value

Type: Byte
The next byte read from the current reader.
See Also

Reference