Class BetterDataInputStream
java.lang.Object
com.inductiveautomation.ignition.common.util.BetterDataInputStream
- All Implemented Interfaces:
- DataInput
Just like DataInputStream but uses buffered reads for readInt and readShort
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BetterDataInputStream
 
- 
- 
Method Details- 
readFully- Specified by:
- readFullyin interface- DataInput
- Throws:
- IOException
 
- 
readFully- Specified by:
- readFullyin interface- DataInput
- Throws:
- IOException
 
- 
skipBytes- Specified by:
- skipBytesin interface- DataInput
- Throws:
- IOException
 
- 
readBoolean- Specified by:
- readBooleanin interface- DataInput
- Throws:
- IOException
 
- 
readByte- Specified by:
- readBytein interface- DataInput
- Throws:
- IOException
 
- 
readUnsignedByte- Specified by:
- readUnsignedBytein interface- DataInput
- Throws:
- IOException
 
- 
readShort- Specified by:
- readShortin interface- DataInput
- Throws:
- IOException
 
- 
readUnsignedShort- Specified by:
- readUnsignedShortin interface- DataInput
- Throws:
- IOException
 
- 
readChar- Specified by:
- readCharin interface- DataInput
- Throws:
- IOException
 
- 
readInt- Specified by:
- readIntin interface- DataInput
- Throws:
- IOException
 
- 
readLong- Specified by:
- readLongin interface- DataInput
- Throws:
- IOException
 
- 
readFloat- Specified by:
- readFloatin interface- DataInput
- Throws:
- IOException
 
- 
readDouble- Specified by:
- readDoublein interface- DataInput
- Throws:
- IOException
 
- 
readLineDeprecated.- Specified by:
- readLinein interface- DataInput
- Throws:
- IOException
 
- 
readUTF- Specified by:
- readUTFin interface- DataInput
- Throws:
- IOException
 
 
-