Table of Contents

Method ReadByte

Namespace
MongoDB.Driver.GridFS
Assembly
MongoDB.Driver.Legacy.dll

ReadByte()

Reads one byte from the GridFS stream.

public override int ReadByte()

Returns

int

The byte (-1 if at the end of the GridFS stream).