C# Class FluxJpeg.Core.IO.JPEGBinaryReader

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
eob_run int

Protected Properties

Свойство Type Description
_bitsLeft int

Méthodes publiques

Méthode Description
GetNextMarker ( ) : byte

Seeks through the stream until a marker is found.

JPEGBinaryReader ( Stream input ) : System
ReadBits ( int n ) : int

Places n bits from the stream, where the most-significant bits from the first byte read end up as the most-significant of the returned n bits.

Méthodes protégées

Méthode Description
ReadJpegByte ( ) : byte

Method Details

GetNextMarker() public méthode

Seeks through the stream until a marker is found.
public GetNextMarker ( ) : byte
Résultat byte

JPEGBinaryReader() public méthode

public JPEGBinaryReader ( Stream input ) : System
input Stream
Résultat System

ReadBits() public méthode

Places n bits from the stream, where the most-significant bits from the first byte read end up as the most-significant of the returned n bits.
public ReadBits ( int n ) : int
n int Number of bits to return
Résultat int

ReadJpegByte() protected méthode

protected ReadJpegByte ( ) : byte
Résultat byte

Property Details

_bitsLeft protected_oe property

protected int _bitsLeft
Résultat int

eob_run public_oe property

public int eob_run
Résultat int