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