C# Class FluxJpeg.Core.IO.BinaryReader

Big-endian binary reader
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BinaryReader ( Stream stream ) : System
stream Stream
Résultat System

BinaryReader() public méthode

public BinaryReader ( byte data ) : System
data byte
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadShort() public méthode

public ReadShort ( ) : ushort
Résultat ushort