Uses of Interface
com.mckoi.database.CellInput
-
Packages that use CellInput Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of CellInput in com.mckoi.database
Classes in com.mckoi.database that implement CellInput Modifier and Type Class Description (package private) classCellBufferInputStreamThis is a reusable cell stream object that is extended from the ByteArrayInputStream class, which provides methods for reusing the object on a different byte[] arrays.(package private) classCellInputStreamAn implementation of CellInput that reads data from an underlying stream.(package private) classDataCellSerializationAn object that manages the serialization and deserialization of objects to the database file system.Methods in com.mckoi.database with parameters of type CellInput Modifier and Type Method Description private java.lang.ObjectDataCellSerialization. readFromCellInput(CellInput din)Reads an object from the given CellInput.(package private) java.lang.ObjectDataCellSerialization. readSerialization(CellInput din)Reads input from the given CellInput object.(package private) intDataCellSerialization. skipSerialization(CellInput din)Returns the number of bytes to skip on the stream to go past the next serialization.
-