jhplot.math.io
Class LEDataInputStream
- java.lang.Object
- 
- jhplot.math.io.LEDataInputStream
 
- 
- All Implemented Interfaces:
- java.io.DataInput
 
 
 public class LEDataInputStream extends java.lang.Object implements java.io.DataInputThis class was designed on the base of Roedy Green LEDataInputStream Thanks to Roedy Green, Canadian Mind Products mailto:roedy@mindprod.com http://mindprod.com
- 
- 
Constructor SummaryConstructors Constructor and Description LEDataInputStream(java.io.InputStream in)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclose()intread(byte[] b, int off, int len)booleanreadBoolean()bytereadByte()charreadChar()doublereadDouble()floatreadFloat()voidreadFully(byte[] b)voidreadFully(byte[] b, int off, int len)intreadInt()java.lang.StringreadLine()longreadLong()shortreadShort()intreadUnsignedByte()intreadUnsignedShort()java.lang.StringreadUTF()static java.lang.StringreadUTF(java.io.DataInput in)intskipBytes(int n)
 
- 
- 
- 
Method Detail- 
readShortpublic short readShort() throws java.io.IOException- Specified by:
- readShortin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readUnsignedShortpublic int readUnsignedShort() throws java.io.IOException- Specified by:
- readUnsignedShortin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readCharpublic char readChar() throws java.io.IOException- Specified by:
- readCharin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readIntpublic int readInt() throws java.io.IOException- Specified by:
- readIntin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readLongpublic long readLong() throws java.io.IOException- Specified by:
- readLongin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readFloatpublic float readFloat() throws java.io.IOException- Specified by:
- readFloatin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readDoublepublic double readDouble() throws java.io.IOException- Specified by:
- readDoublein interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readpublic int read(byte[] b, int off, int len) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
readFullypublic void readFully(byte[] b) throws java.io.IOException- Specified by:
- readFullyin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readFullypublic void readFully(byte[] b, int off, int len) throws java.io.IOException- Specified by:
- readFullyin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
skipBytespublic int skipBytes(int n) throws java.io.IOException- Specified by:
- skipBytesin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readBooleanpublic boolean readBoolean() throws java.io.IOException- Specified by:
- readBooleanin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readBytepublic byte readByte() throws java.io.IOException- Specified by:
- readBytein interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readUnsignedBytepublic int readUnsignedByte() throws java.io.IOException- Specified by:
- readUnsignedBytein interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readLinepublic java.lang.String readLine() throws java.io.IOException- Specified by:
- readLinein interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readUTFpublic java.lang.String readUTF() throws java.io.IOException- Specified by:
- readUTFin interface- java.io.DataInput
- Throws:
- java.io.IOException
 
 - 
readUTFpublic static java.lang.String readUTF(java.io.DataInput in) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
closepublic void close() throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
- 
DMelt 3.0 © DataMelt by jWork.ORG