C# Class BitMiracle.LibJpeg.BitStream

Inheritance: IDisposable
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
BitStream ( ) : System
BitStream ( byte buffer ) : System
Dispose ( ) : void
Read ( int bitCount ) : int
Seek ( int pos, SeekOrigin mode ) : void
Size ( ) : int
Tell ( ) : int
Write ( int bitStorage, int bitCount ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
bitsAllocated ( ) : int
read ( int bitsCount ) : int
seekCurrent ( int pos ) : void
seekSet ( int pos ) : void
writeBit ( byte bit ) : bool

Method Details

BitStream() public méthode

public BitStream ( ) : System
Résultat System

BitStream() public méthode

public BitStream ( byte buffer ) : System
buffer byte
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Read() public méthode

public Read ( int bitCount ) : int
bitCount int
Résultat int

Seek() public méthode

public Seek ( int pos, SeekOrigin mode ) : void
pos int
mode SeekOrigin
Résultat void

Size() public méthode

public Size ( ) : int
Résultat int

Tell() public méthode

public Tell ( ) : int
Résultat int

Write() public méthode

public Write ( int bitStorage, int bitCount ) : int
bitStorage int
bitCount int
Résultat int