Uses of Interface
org.hsqldb.lib.InputStreamInterface
Packages that use InputStreamInterface
Package
Description
Contains shared classes used by other HyperSQL classes.
Contains the DbBackupMain class, for offline backing up HyperSQL databases.
-
Uses of InputStreamInterface in org.hsqldb.lib
Classes in org.hsqldb.lib that implement InputStreamInterfaceModifier and TypeClassDescriptionclassA 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 InputStreamInterfaceModifier and TypeMethodDescriptionvoidTarGenerator.queueEntry(String entryPath, InputStreamInterface is) voidDbBackup.setStream(String fileExtension, InputStreamInterface is) Overrides file with stream.