Package elki.utilities.io
Interface FixedSizeByteBufferSerializer<T>
-
- Type Parameters:
T- Type
- All Superinterfaces:
ByteBufferSerializer<T>
- All Known Implementing Classes:
ByteArrayUtil.ByteSerializer,ByteArrayUtil.DoubleSerializer,ByteArrayUtil.FloatSerializer,ByteArrayUtil.IntegerSerializer,ByteArrayUtil.LongSerializer,ByteArrayUtil.ShortSerializer,IntegerDBID.StaticSerializer
public interface FixedSizeByteBufferSerializer<T> extends ByteBufferSerializer<T>
Serializers with a fixed length serialization.- Since:
- 0.4.0
- Author:
- Erich Schubert
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetFixedByteSize()Get the fixed size needed by this serializer.-
Methods inherited from interface elki.utilities.io.ByteBufferSerializer
fromByteBuffer, getByteSize, toByteBuffer
-
-