C# Class BitMiracle.LibJpeg.Classic.jpeg_destination_mgr

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
initInternalBuffer ( byte buffer, int offset ) : void

Initializes the internal buffer.

Method Details

emit_byte() public method

Emits a byte.
public emit_byte ( int val ) : bool
val int The byte value.
return bool

empty_output_buffer() public abstract method

Empties output buffer.
public abstract empty_output_buffer ( ) : bool
return bool

initInternalBuffer() protected method

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

init_destination() public abstract method

Initializes this instance.
public abstract init_destination ( ) : void
return void

term_destination() public abstract method

Term_destinations this instance.
public abstract term_destination ( ) : void
return void