Package org.icepdf.core.util

Interface Summary
MemoryManageable The memory manageable interface is used by the Memory Manager to free the memory of a PDF object when they are no longer needed.
MemoryManagerDelegate Sometimes it might not make sense to have a fullblown MemoryManager taking care of some resources, but instead have a delegate that the MemoryManager can make use of.
 

Class Summary
ByteCache The ByteCache class is designed to cache a byte array input to file when a specified size has been reached (Cached).
CacheManager The CacheManager class has one very simple task which is to ensure that when a document is closed there are no temporary ByteCache or ImageCache objects left in the user's temporary folder.
ColorUtil ColorUtil is a utra effecient named color parser.
ContentParser The ContentParser is responsible for parsing a page's content streams.
Defs  
FontUtil Font utility contians a bunch of commonly used font utility methods.
GraphicsRenderingHints The GraphicsRenderingHints class provides a central place for storing Java2D rendering hints settings.
ImageCache The ImageCache class is designed to cache image data to the file system.
IncrementalUpdater  
LazyObjectLoader  
Library The Library class acts a central repository for the access of PDF objects in a document.
MemoryManager The MemoryManager class is a utility to help manage the amount of memory available to the application.
Parser put your documentation comment here
PdfOps  
PropertyConstants  
Utils