Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
compact-io
0.0.2
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
C
D
E
G
I
O
R
W
C
CompactReader
- Class in
de.topobyte.compactio
CompactReader()
- Constructor for class de
.topobyte
.compactio
.
CompactReader
CompactWriter
- Class in
de.topobyte.compactio
CompactWriter()
- Constructor for class de
.topobyte
.compactio
.
CompactWriter
D
de.topobyte.compactio
- package de.topobyte.compactio
decodeZigZag(long)
- Static method in class de
.topobyte
.compactio
.
CompactReader
E
encodeZigZag(long)
- Static method in class de
.topobyte
.compactio
.
CompactWriter
G
getNumberOfBytesSigned(long)
- Static method in class de
.topobyte
.compactio
.
CompactWriter
getNumberOfBytesUnsigned(long)
- Static method in class de
.topobyte
.compactio
.
CompactWriter
I
InputStreamCompactReader
- Class in
de.topobyte.compactio
InputStreamCompactReader(InputStream)
- Constructor for class de
.topobyte
.compactio
.
InputStreamCompactReader
O
OutputStreamCompactWriter
- Class in
de.topobyte.compactio
OutputStreamCompactWriter(OutputStream)
- Constructor for class de
.topobyte
.compactio
.
OutputStreamCompactWriter
R
read(byte[], int, int)
- Method in class de
.topobyte
.compactio
.
CompactReader
read(byte[], int, int)
- Method in class de
.topobyte
.compactio
.
InputStreamCompactReader
readByte()
- Method in class de
.topobyte
.compactio
.
CompactReader
readByte()
- Method in class de
.topobyte
.compactio
.
InputStreamCompactReader
readFully(byte[])
- Method in class de
.topobyte
.compactio
.
CompactReader
readInt()
- Method in class de
.topobyte
.compactio
.
CompactReader
readLong()
- Method in class de
.topobyte
.compactio
.
CompactReader
readString()
- Method in class de
.topobyte
.compactio
.
CompactReader
readVariableLengthSignedInteger()
- Method in class de
.topobyte
.compactio
.
CompactReader
readVariableLengthUnsignedInteger()
- Method in class de
.topobyte
.compactio
.
CompactReader
W
write(byte[])
- Method in class de
.topobyte
.compactio
.
CompactWriter
write(byte[], int, int)
- Method in class de
.topobyte
.compactio
.
CompactWriter
write(byte[])
- Method in class de
.topobyte
.compactio
.
OutputStreamCompactWriter
write(byte[], int, int)
- Method in class de
.topobyte
.compactio
.
OutputStreamCompactWriter
writeByte(int)
- Method in class de
.topobyte
.compactio
.
CompactWriter
writeByte(int)
- Method in class de
.topobyte
.compactio
.
OutputStreamCompactWriter
writeInt(int)
- Method in class de
.topobyte
.compactio
.
CompactWriter
writeLong(long)
- Method in class de
.topobyte
.compactio
.
CompactWriter
writeString(String)
- Method in class de
.topobyte
.compactio
.
CompactWriter
writeVariableLengthSignedInteger(long)
- Method in class de
.topobyte
.compactio
.
CompactWriter
writeVariableLengthUnsignedInteger(long)
- Method in class de
.topobyte
.compactio
.
CompactWriter
C
D
E
G
I
O
R
W