Package com.jalios.io

Contains Jalios utility I/O classes (stream pumpers, MultiInputStream and miscellaneous utility static methods).

See:
          Description

Class Summary
AndFileFilter Provides AND logic across two FileFilter.
BlankLineCleanerServletFilter  
ExtensionFilenameFilter This FileFilter filters file according the given extension
FileDateComparator File Comparator using lastModified value of Files to sort.
HttpClient  
HttpClientThread  
ImageFormat This class keeps track of possible export image formats.
ImageInfo Get file format, image resolution, number of bits per pixel and optionally number of images, comments and physical resolution from JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM, PSD and SWF files (or input streams).
ImageUtil Utility class to manipulate image.
IOUtil This class provides a set of static methods which perform various i/o operations.
LineDelimiterFilterInputStream This class is an input stream filter that provides the added functionality of converting all types of line delimiter into unix line delimiter '\n'.
ModifiedFileFilter This class implements java.io.FileFilter and accepts only files modified since the given time.
MonitoredInputStream A BufferedInputStream that count bytes read to display the status of the stream.
MultiInputStream This class is a facade on an array of InputStream.
NIOBufferInputStream This class wraps an InputStream around a java.nio.ByteBuffer.
NIOUtil This class provides a set of static methods which perform various i/o operations based on the java.nio package.
NullOutputStream This class is a fake output stream which simply the bytes it receives.
RegexpFileFilter This class implements java.io.FileFilter and uses a regexp to accept files
ReverseFileFilter This class implements java.io.FileFilter and return the reverse of the given FileFilter
Signature  
SignatureDiff3Entry  
SignatureDiffEntry  
SignatureReader This class parses a signature file and populates a map(file, signature)
SizeLimitInputStream InputStream Filter that will throw an SizeLimitExceededException if the wrapped stream exceed the byte count specified in constructor.
StreamGobbler Class required for process execution to prevent process hang if out/err of program is not read in a seperated thread.
 

Exception Summary
 

Package com.jalios.io Description

Contains Jalios utility I/O classes (stream pumpers, MultiInputStream and miscellaneous utility static methods).



Copyright © 2001-2010 Jalios SA. All Rights Reserved.