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