C# 클래스 BitMiracle.LibJpeg.Classic.jpeg_destination_mgr

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
initInternalBuffer ( byte buffer, int offset ) : void

Initializes the internal buffer.

메소드 상세

emit_byte() 공개 메소드

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

empty_output_buffer() 공개 추상적인 메소드

Empties output buffer.
public abstract empty_output_buffer ( ) : bool
리턴 bool

initInternalBuffer() 보호된 메소드

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

init_destination() 공개 추상적인 메소드

Initializes this instance.
public abstract init_destination ( ) : void
리턴 void

term_destination() 공개 추상적인 메소드

Term_destinations this instance.
public abstract term_destination ( ) : void
리턴 void