Package com.mckoi.database
Interface CellInput
- All Superinterfaces:
DataInput
- Author:
- Tobias Downer
-
Method Summary
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Method Details
-
readChars
Reads a string of chars from the input stream up to the given length and returns it as a String object.- Throws:
IOException
-