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 InputStreamInterface -
Uses of InputStreamInterface in org.hsqldb.lib.tar
Methods in org.hsqldb.lib.tar with parameters of type InputStreamInterfaceModifier and TypeMethodDescriptionvoid
TarGenerator.queueEntry
(String entryPath, InputStreamInterface is) void
DbBackup.setStream
(String fileExtension, InputStreamInterface is) Overrides file with stream.