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.Object
Points to a block of bytes that needs to be compressed.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FileMemData
file
The file.(package private) int
page
The page to compress.
-
Constructor Summary
Constructors Constructor Description CompressItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Field Detail
-
file
FileMemData file
The file.
-
page
int page
The page to compress.
-
-