A Sandcastle Documented Class Library
Read Method (inputStream)
NamespacesGifComponentsGifComponentRead(Stream)
Reads a single byte from the input stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
Declaration Syntax
C#Visual BasicVisual C++
protected static int Read(
	Stream inputStream
)
Protected Shared Function Read ( _
	inputStream As Stream _
) As Integer
protected:
static int Read(
	Stream^ inputStream
)
Parameters
inputStream (Stream)
The input stream to read.
Return Value
The unsigned byte, cast to an Int32, or -1 if at the end of the stream.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453