Метод | Описание | |
---|---|---|
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.
|
public emit_byte ( int val ) : bool | ||
val | int | The byte value. |
Результат | bool |
public abstract empty_output_buffer ( ) : bool | ||
Результат | bool |
protected initInternalBuffer ( byte buffer, int offset ) : void | ||
buffer | byte | The buffer. |
offset | int | The offset. |
Результат | void |
public abstract init_destination ( ) : void | ||
Результат | void |
public abstract term_destination ( ) : void | ||
Результат | void |