Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.util.encoding.IntEncoder Interface Reference
Inheritance diagram for joshua.util.encoding.IntEncoder:
[legend]

List of all members.

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 ()

Member Function Documentation

Implemented in joshua.util.encoding.PrimitiveIntEncoder.

Here is the caller graph for this function:

int joshua.util.encoding.IntEncoder.read ( ByteBuffer  stream,
int  position 
)

Implemented in joshua.util.encoding.PrimitiveIntEncoder.

Here is the caller graph for this function:

void joshua.util.encoding.IntEncoder.readState ( DataInputStream  in) throws IOException

Implemented in joshua.util.encoding.PrimitiveIntEncoder.

Here is the caller graph for this function:

Implemented in joshua.util.encoding.PrimitiveIntEncoder.

Here is the caller graph for this function:

void joshua.util.encoding.IntEncoder.write ( ByteBuffer  stream,
int  value 
)

Implemented in joshua.util.encoding.PrimitiveIntEncoder.

Here is the caller graph for this function:

void joshua.util.encoding.IntEncoder.writeState ( DataOutputStream  out) throws IOException

Implemented in joshua.util.encoding.PrimitiveIntEncoder.

Here is the caller graph for this function: