public class FreqDecoder extends Decoder
| Constructor and Description |
|---|
FreqDecoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext(ByteBuffer buffer) |
double |
readDouble(ByteBuffer buffer) |
float |
readFloat(ByteBuffer buffer) |
int |
readInt(ByteBuffer buffer) |
long |
readLong(ByteBuffer buffer) |
void |
reset() |
getDecoderByType, getType, readBigDecimal, readBinary, readBoolean, readShort, setTypepublic double readDouble(ByteBuffer buffer)
readDouble in class Decoderpublic float readFloat(ByteBuffer buffer)
public int readInt(ByteBuffer buffer)
public long readLong(ByteBuffer buffer)
public boolean hasNext(ByteBuffer buffer) throws IOException
hasNext in class DecoderIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.