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

List of all members.

Public Member Functions

float read (ByteBuffer stream, int position)
void write (ByteBuffer stream, float value)
String getKey ()
void writeState (DataOutputStream out) throws IOException
void readState (DataInputStream in) throws IOException
int size ()

Member Function Documentation

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

Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.

Here is the caller graph for this function:

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

Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.

Here is the caller graph for this function:

Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.

Here is the caller graph for this function:

void joshua.util.encoding.FloatEncoder.write ( ByteBuffer  stream,
float  value 
)

Implemented in joshua.util.encoding.PrimitiveFloatEncoder, and joshua.util.encoding.EightBitQuantizer.

Here is the caller graph for this function: