Uses of Class
com.mckoi.util.PagedInputStream
-
Packages that use PagedInputStream Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.database.jdbc The JDBC interface to Mckoi. -
-
Uses of PagedInputStream in com.mckoi.database
Subclasses of PagedInputStream in com.mckoi.database Modifier and Type Class Description private class
BlobStore.BLOBInputStream
An InputStream implementation that reads from the underlying blob data as fixed size pages. -
Uses of PagedInputStream in com.mckoi.database.jdbc
Subclasses of PagedInputStream in com.mckoi.database.jdbc Modifier and Type Class Description (package private) class
AbstractStreamableObject.StreamableObjectInputStream
An InputStream that is used to read the data from the streamable object as a basic byte encoding.
-