
| Interface | Description |
|---|---|
| ByteBufferSerializer<T> |
Class to convert from and to byte arrays (in index structures).
|
| FixedSizeByteBufferSerializer<T> |
Serializers with a fixed length serialization.
|
| Class | Description |
|---|---|
| BufferedLineReader |
Class for buffered IO, avoiding some of the overheads of the Java API.
|
| ByteArrayUtil |
Class with various utilities for manipulating byte arrays.
|
| ByteArrayUtil.ByteSerializer |
Serializer for byte objects.
|
| ByteArrayUtil.DoubleSerializer |
Serializer for double objects.
|
| ByteArrayUtil.FloatSerializer |
Serializer for float objects.
|
| ByteArrayUtil.IntegerSerializer |
Serializer for integer objects.
|
| ByteArrayUtil.LongSerializer |
Serializer for long objects.
|
| ByteArrayUtil.ShortSerializer |
Serializer for short objects.
|
| ByteArrayUtil.StringSerializer |
Serializer for String objects.
|
| ByteArrayUtil.VarintSerializer |
Serializer for Integer objects using a variable size encoding.
|
| ByteBufferInputStream |
Wrap an existing ByteBuffer as InputStream.
|
| ByteBufferOutputStream |
Wrap an existing ByteBuffer as OutputStream.
|
| LineReader |
Fast class to read a file, line per line.
|
| TokenizedReader |
Reader that will tokenize the input data as desired.
|
| Tokenizer |
String tokenizer.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.