Uses of Interface
net.sf.jasperreports.engine.util.StreamCompression
-
Packages that use StreamCompression 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. -
-
Uses of StreamCompression in net.sf.jasperreports.engine.fill
Constructors in net.sf.jasperreports.engine.fill with parameters of type StreamCompression Constructor Description JRSwapFileVirtualizer(int maxSize, JRSwapFile swap, boolean swapOwner, StreamCompression compression)
Creates a virtualizer that uses a swap file. -
Uses of StreamCompression in net.sf.jasperreports.engine.util
Classes in net.sf.jasperreports.engine.util that implement StreamCompression Modifier and Type Class Description class
DeflateStreamCompression
Methods in net.sf.jasperreports.engine.util that return StreamCompression Modifier and Type Method Description StreamCompression
SwapFileVirtualizerStoreFactory. getCompression()
Methods in net.sf.jasperreports.engine.util with parameters of type StreamCompression Modifier and Type Method Description void
SwapFileVirtualizerStoreFactory. setCompression(StreamCompression compression)
Constructors in net.sf.jasperreports.engine.util with parameters of type StreamCompression Constructor Description SwapFileVirtualizerStore(JRSwapFile swap, boolean swapOwner, StreamCompression compression)
-