C# Class BitMiracle.LibJpeg.Classic.jpeg_destination_mgr

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

Méthodes publiques

Méthode Description
emit_byte ( int val ) : bool

Emits a byte.

empty_output_buffer ( ) : bool

Empties output buffer.

init_destination ( ) : void

Initializes this instance.

term_destination ( ) : void

Term_destinations this instance.

Méthodes protégées

Méthode Description
initInternalBuffer ( byte buffer, int offset ) : void

Initializes the internal buffer.

Method Details

emit_byte() public méthode

Emits a byte.
public emit_byte ( int val ) : bool
val int The byte value.
Résultat bool

empty_output_buffer() public abstract méthode

Empties output buffer.
public abstract empty_output_buffer ( ) : bool
Résultat bool

initInternalBuffer() protected méthode

Initializes the internal buffer.
protected initInternalBuffer ( byte buffer, int offset ) : void
buffer byte The buffer.
offset int The offset.
Résultat void

init_destination() public abstract méthode

Initializes this instance.
public abstract init_destination ( ) : void
Résultat void

term_destination() public abstract méthode

Term_destinations this instance.
public abstract term_destination ( ) : void
Résultat void