| Package | Description |
|---|---|
| net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
| net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
| Constructor and Description |
|---|
JRSwapFileVirtualizer(int maxSize,
JRSwapFile swap,
boolean swapOwner,
StreamCompression compression)
Creates a virtualizer that uses a swap file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeflateStreamCompression |
| Modifier and Type | Method and Description |
|---|---|
StreamCompression |
SwapFileVirtualizerStoreFactory.getCompression() |
| Modifier and Type | Method and Description |
|---|---|
void |
SwapFileVirtualizerStoreFactory.setCompression(StreamCompression compression) |
| Constructor and Description |
|---|
SwapFileVirtualizerStore(JRSwapFile swap,
boolean swapOwner,
StreamCompression compression) |
Copyright © 2017. All rights reserved.