Uses of Class
net.sf.jasperreports.engine.util.JRSwapFile
Packages that use JRSwapFile
Package
Description
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRSwapFile in net.sf.jasperreports.engine.fill
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSwapFileModifierConstructorDescriptionJRSwapFileVirtualizer(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. -
Uses of JRSwapFile in net.sf.jasperreports.engine.util
Subclasses of JRSwapFile in net.sf.jasperreports.engine.utilModifier and TypeClassDescriptionclassJRSwapFilederived class that uses aFileChannelto perform concurrent I/O on the swap file.Constructors in net.sf.jasperreports.engine.util with parameters of type JRSwapFileModifierConstructorDescriptionSwapFileVirtualizerStore(JRSwapFile swap, boolean swapOwner) SwapFileVirtualizerStore(JRSwapFile swap, boolean swapOwner, StreamCompression compression)