Class NumberReader
- java.lang.Object
-
- net.anwiba.commons.utilities.io.number.NumberReader
-
public class NumberReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NumberReader(java.io.InputStream inputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytereadByte()doublereadDouble()doublereadFloat()intreadInteger()voidsetByteOrder(java.nio.ByteOrder byteOrder)
-
-
-
Method Detail
-
setByteOrder
public void setByteOrder(java.nio.ByteOrder byteOrder)
-
readByte
public byte readByte() throws java.io.IOException- Throws:
java.io.IOException
-
readInteger
public int readInteger() throws java.io.IOException- Throws:
java.io.IOException
-
readDouble
public double readDouble() throws java.io.IOException- Throws:
java.io.IOException
-
readFloat
public double readFloat() throws java.io.IOException- Throws:
java.io.IOException
-
-