public class NumberReader extends Object
| Constructor and Description |
|---|
NumberReader(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
byte |
readByte() |
double |
readDouble() |
double |
readFloat() |
int |
readInteger() |
void |
setByteOrder(ByteOrder byteOrder) |
public NumberReader(InputStream inputStream)
public void setByteOrder(ByteOrder byteOrder)
public byte readByte()
throws IOException
IOExceptionpublic int readInteger()
throws IOException
IOExceptionpublic double readDouble()
throws IOException
IOExceptionpublic double readFloat()
throws IOException
IOExceptionCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.