Uses of Class
com.mckoi.util.LengthMarkedBufferedInputStream
-
Packages that use LengthMarkedBufferedInputStream Package Description com.mckoi.database.jdbcserver Implementation of the DatabaseInterface interface, including classes to handle local (embedded) mode and remote (client/server) mode. -
-
Uses of LengthMarkedBufferedInputStream in com.mckoi.database.jdbcserver
Fields in com.mckoi.database.jdbcserver declared as LengthMarkedBufferedInputStream Modifier and Type Field Description private LengthMarkedBufferedInputStream
StreamJDBCServerConnection. marked_input
The LengthMarkedBufferedInputStream we use to poll for commands from the client.
-