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
IOException
int readSignedInt() throws IOException
IOException
long readLong() throws IOException
IOException
long readSignedLong() throws IOException
IOException
double readDouble() throws IOException
IOException
long writeInt(int value) throws IOException
IOException
long writeSignedInt(int value) throws IOException
IOException
long writeLong(long value) throws IOException
IOException
long writeSignedLong(long value) throws IOException
IOException
long writeDouble(double value) throws IOException
IOException
Copyright © 2017. All rights reserved.