Package org.h2.store.fs.mem
Class FileMemData.CompressItem
- java.lang.Object
-
- org.h2.store.fs.mem.FileMemData.CompressItem
-
- Enclosing class:
- FileMemData
static class FileMemData.CompressItem extends java.lang.ObjectPoints to a block of bytes that needs to be compressed.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FileMemDatafileThe file.(package private) intpageThe page to compress.
-
Constructor Summary
Constructors Constructor Description CompressItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
file
FileMemData file
The file.
-
page
int page
The page to compress.
-
-