@PublicAPI

Package uk.org.retep.util.io

Core IO Library

See:
          Description

Interface Summary
ComplexFile A visitor that can be called by FileUtils.visit()
ComplexFileVisitor<F extends ComplexFile> A visitor that can be called by FileUtils.visit()
FileVisitor A visitor that can be called by FileUtils.visit()
ResourceInstaller.Hook  
 

Class Summary
AbstractComplexFileVisitor<T extends ComplexFile> An abstract implementation of ComplexFileVisitor which can log a message every time a visit on a File returns true.
AbstractFileVisitor An abstract implementation of FileVisitor which can log a message every time a visit on a File returns true.
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
BitUtils A set of methods to convert between byte[] and primitive types.
BufferedCharReader A BufferedCharReader is a reader which ensures that a certain number of characters are in an array, filling the array as required from a Reader.
CRC16 A simple 16bit cyclic redundancy check for a set of bytes
CryptoUtils  
DocBook  
ExternUtils  
FileFilterSet A Set of FileFilter's that can be passed as a single FileFilter.
FileUtils Common methods used in our own binary file formats.
JarVersionFileOptimiser A class that takes file version numbers (as used by Maven), and can provide a list of file's that require removal (due to newer versions being present)
JarVersionFileOptimiser.OSGIVersion  
LogicFileFilter base class for logical file filters
LogicFileFilter.And A FileFilter where all of the FileFilters in the collection must match.
LogicFileFilter.Not For completeness, negates the result of another filter
LogicFileFilter.Or A FileFilter where one of the FileFilters in the collection must match.
MP3 This class reads in the TAG's contained within an MP3 audio files header.
NullOutputStream A OutputStream that sends all output to the bit bucket
NullWriter A Writer that sends all output to the bit bucket
PackageFileFilter A PatternFileFilter that converts string patterns based on package names.
PackageFileFilter.Exclude An Exclude filter, where all files that do not match, but are under the base directory are included.
PackageFileFilter.Include An Include filter, where all files that match are included.
PatternFileFilter  
PatternFileFilter.Exclude An Exclude filter, where all files that do not match, but are under the base directory are included.
PatternFileFilter.Include An Include filter, where all files that match are included.
ReaderInputStream An InputStream that will get it's data from a Reader.
RedirectableOutputStream An OutputStream which allows the actual underlying OutputStream to be changed at any time.
ResourceInstaller A simple file installer which will copy resources from a jar into the local filesystem.
SimpleComplexFile A simple implementation of ComplexFile
 

Package uk.org.retep.util.io Description

Core IO Library



Copyright © 1998-2010 Retep Development Group. All Rights Reserved.