|
Joshua
open source statistical hierarchical phrase-based machine translation system
|
Public Member Functions | |
| int | read (ByteBuffer stream, int position) |
| void | write (ByteBuffer stream, int value) |
| String | getKey () |
| void | writeState (DataOutputStream out) throws IOException |
| void | readState (DataInputStream in) throws IOException |
| int | size () |
| String joshua.util.encoding.IntEncoder.getKey | ( | ) |
Implemented in joshua.util.encoding.PrimitiveIntEncoder.
| int joshua.util.encoding.IntEncoder.read | ( | ByteBuffer | stream, |
| int | position | ||
| ) |
Implemented in joshua.util.encoding.PrimitiveIntEncoder.
| void joshua.util.encoding.IntEncoder.readState | ( | DataInputStream | in | ) | throws IOException |
Implemented in joshua.util.encoding.PrimitiveIntEncoder.
Implemented in joshua.util.encoding.PrimitiveIntEncoder.
| void joshua.util.encoding.IntEncoder.write | ( | ByteBuffer | stream, |
| int | value | ||
| ) |
Implemented in joshua.util.encoding.PrimitiveIntEncoder.
| void joshua.util.encoding.IntEncoder.writeState | ( | DataOutputStream | out | ) | throws IOException |
Implemented in joshua.util.encoding.PrimitiveIntEncoder.