|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.persistent.ByteArrayUtil.DoubleSerializer
public static class ByteArrayUtil.DoubleSerializer
Serializer for double objects
Constructor Summary | |
---|---|
protected |
ByteArrayUtil.DoubleSerializer()
Constructor. |
Method Summary | |
---|---|
Double |
fromByteBuffer(ByteBuffer buffer)
Deserialize an object from a byte buffer (e.g. disk) |
int |
getByteSize(Double object)
Get the size of the object in bytes. |
int |
getFixedByteSize()
Get the fixed size needed by this serializer. |
void |
toByteBuffer(ByteBuffer buffer,
Double 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.DoubleSerializer()
Method Detail |
---|
public Double fromByteBuffer(ByteBuffer buffer)
ByteBufferSerializer
fromByteBuffer
in interface ByteBufferSerializer<Double>
buffer
- Data array to process
public void toByteBuffer(ByteBuffer buffer, Double obj)
ByteBufferSerializer
toByteBuffer
in interface ByteBufferSerializer<Double>
buffer
- Buffer to serialize toobj
- Object to serializepublic int getByteSize(Double object)
ByteBufferSerializer
getByteSize
in interface ByteBufferSerializer<Double>
object
- Object to serialize
public int getFixedByteSize()
FixedSizeByteBufferSerializer
getFixedByteSize
in interface FixedSizeByteBufferSerializer<Double>
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |