|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.FloatSerializer
public static class ByteArrayUtil.FloatSerializer

Serializer for float objects
| Constructor Summary | |
|---|---|
protected |
ByteArrayUtil.FloatSerializer()
Constructor. |
| Method Summary | |
|---|---|
Float |
fromByteBuffer(ByteBuffer buffer)
Deserialize an object from a byte buffer (e.g. disk) |
int |
getByteSize(Float object)
Get the size of the object in bytes. |
int |
getFixedByteSize()
Get the fixed size needed by this serializer. |
void |
toByteBuffer(ByteBuffer buffer,
Float obj)
Serialize the object to a byte array (e.g. disk) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ByteArrayUtil.FloatSerializer()
| Method Detail |
|---|
public Float fromByteBuffer(ByteBuffer buffer)
ByteBufferSerializer
fromByteBuffer in interface ByteBufferSerializer<Float>buffer - Data array to process
public void toByteBuffer(ByteBuffer buffer,
Float obj)
ByteBufferSerializer
toByteBuffer in interface ByteBufferSerializer<Float>buffer - Buffer to serialize toobj - Object to serializepublic int getByteSize(Float object)
ByteBufferSerializer
getByteSize in interface ByteBufferSerializer<Float>object - Object to serialize
public int getFixedByteSize()
FixedSizeByteBufferSerializer
getFixedByteSize in interface FixedSizeByteBufferSerializer<Float>
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||