Uses of Class
org.h2.tools.CompressTool
Packages that use CompressTool
Package
Description
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
Various tools.
-
Uses of CompressTool in org.h2.store
Fields in org.h2.store declared as CompressToolModifier and TypeFieldDescriptionprivate final CompressTool
FileStoreInputStream.compress
private final CompressTool
FileStoreOutputStream.compress
-
Uses of CompressTool in org.h2.tools
Methods in org.h2.tools that return CompressToolModifier and TypeMethodDescriptionstatic CompressTool
CompressTool.getInstance()
Get a new instance.