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.
|
Method | Description | |
---|---|---|
initInternalBuffer ( byte buffer, int offset ) : void |
Initializes the internal buffer.
|
public abstract empty_output_buffer ( ) : bool | ||
return | bool |
protected initInternalBuffer ( byte buffer, int offset ) : void | ||
buffer | byte | The buffer. |
offset | int | The offset. |
return | void |