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)
Creates a virtualizer that uses a swap file.
|
JRSwapFileVirtualizer(int maxSize,
JRSwapFile swap,
boolean swapOwner)
Creates a virtualizer that uses a swap file.
|
JRSwapFileVirtualizer(int maxSize,
JRSwapFile swap,
boolean swapOwner,
StreamCompression compression)
Creates a virtualizer that uses a swap file.
|
Modifier and Type | Class and Description |
---|---|
class |
JRConcurrentSwapFile
JRSwapFile derived class that uses
a FileChannel to perform concurrent I/O on the
swap file. |
Constructor and Description |
---|
SwapFileVirtualizerStore(JRSwapFile swap,
boolean swapOwner) |
SwapFileVirtualizerStore(JRSwapFile swap,
boolean swapOwner,
StreamCompression compression) |
Copyright © 2017. All rights reserved.