Package freemarker.ext.util

Utility classes that are independent of the FM-Classic package.

See:
          Description

Class Summary
CacheMapLRU<K,V> A simple cache of fixed size that implements a least recently used algorithm.
Splitter Splits the given input stream or filename(s) into one or more output files.
TemplateBufferedWriter Implements a simple, non-synchronized character buffer as a Writer.
 

Package freemarker.ext.util Description

Utility classes that are independent of the FM-Classic package. These are used by the freemarker.ext.beans package for optimization purposes.