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) class
CellBufferInputStream
This 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) class
CellInputStream
An implementation of CellInput that reads data from an underlying stream.(package private) class
DataCellSerialization
An 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.Object
DataCellSerialization. readFromCellInput(CellInput din)
Reads an object from the given CellInput.(package private) java.lang.Object
DataCellSerialization. readSerialization(CellInput din)
Reads input from the given CellInput object.(package private) int
DataCellSerialization. skipSerialization(CellInput din)
Returns the number of bytes to skip on the stream to go past the next serialization.
-