public interface NumberCodec
| Modifier and Type | Method and Description |
|---|---|
double |
readDouble() |
int |
readInt() |
long |
readLong() |
int |
readSignedInt() |
long |
readSignedLong() |
long |
writeDouble(double value) |
long |
writeInt(int value) |
long |
writeLong(long value) |
long |
writeSignedInt(int value) |
long |
writeSignedLong(long value) |
int readInt()
throws IOException
IOExceptionint readSignedInt()
throws IOException
IOExceptionlong readLong()
throws IOException
IOExceptionlong readSignedLong()
throws IOException
IOExceptiondouble readDouble()
throws IOException
IOExceptionlong writeInt(int value)
throws IOException
IOExceptionlong writeSignedInt(int value)
throws IOException
IOExceptionlong writeLong(long value)
throws IOException
IOExceptionlong writeSignedLong(long value)
throws IOException
IOExceptionlong writeDouble(double value)
throws IOException
IOExceptionCopyright © 2017. All rights reserved.