Package org.riotfamily.common.io

Convinience classes for working with Files and Streams.

See:
          Description

Class Summary
AbstractTokenFilterReader Abstract base class for FilterReaders that replace ${placehoder} tokens.
IOUtils  
MessageFilterReader  
MimetypesFileTypeMapFactoryBean FactoryBean that creates a MimetypesFileTypeMap.
NullOutputStream  
NullWriter  
PropertyFilterReader FilterReader that replaces tokens with values form a Properties instance.
RecursiveFileIterator Iterator that iterates recursively over all files in a directory.
RuntimeCommand  
StreamCopyThread  
UnicodeStreamReader Reader that uses a Byte Order Mark (BOM) to identify the encoding of the underlying stream.
XmlCharRangeFilterReader FilterReader that silently swallows invalid XML characters like 0xb or 0x1a.
 

Package org.riotfamily.common.io Description

Convinience classes for working with Files and Streams.