Package com.mckoi.database
Interface CellInput
-
- All Superinterfaces:
java.io.DataInput
public interface CellInput extends java.io.DataInput
- Author:
- Tobias Downer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
readChars(int length)
Reads a string of chars from the input stream up to the given length and returns it as a String object.
-