Uses of Interface
org.hsqldb.lib.InputStreamInterface
-
Packages that use InputStreamInterface Package Description org.hsqldb.lib Contains shared classes used by other HyperSQL classes.org.hsqldb.lib.tar Contains the DbBackupMain class, for offline backing up HyperSQL databases. -
-
Uses of InputStreamInterface in org.hsqldb.lib
Classes in org.hsqldb.lib that implement InputStreamInterface Modifier and Type Class Description class
InputStreamWrapper
A wrapper for a java.io.InputStream object. -
Uses of InputStreamInterface in org.hsqldb.lib.tar
Methods in org.hsqldb.lib.tar with parameters of type InputStreamInterface Modifier and Type Method Description void
TarGenerator. queueEntry(java.lang.String entryPath, InputStreamInterface is)
void
DbBackup. setStream(java.lang.String fileExtension, InputStreamInterface is)
Overrides file with stream.
-