C# Class FluxJpeg.Core.IO.BinaryReader

Big-endian binary reader
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
BinaryReader ( Stream stream ) : System
BinaryReader ( byte data ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : byte
ReadShort ( ) : ushort

Method Details

BinaryReader() public method

public BinaryReader ( Stream stream ) : System
stream Stream
return System

BinaryReader() public method

public BinaryReader ( byte data ) : System
data byte
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadShort() public method

public ReadShort ( ) : ushort
return ushort