Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

allensoft.io: Javadoc index of package allensoft.io.


Package Samples:

allensoft.io

Classes:

ASCIIInputStream: Takes a reader and converts it to an input stream which reads in ASCII characters. If any characters on not in the ASCII range then an IOException will be thrown to prevent corrupted values being read in. This is needed by a lot of stupid APIs that use InputStreams for reading text files (eg Properties and XML API) instead of Readers.
ExistsFileFilter: A file filter which will only accept files that exist which are also accepted by another filter.
NotFileFilter: A file filter that accepts files that aren't accepted by a specified file filter and vice versa.
FilesFileFilter: A file filter which will only accept files which are also accepted by another filter.
UnixFileSupport: Provides a means for getting and setting UNIX file permissions for a file.
AndFileFilter: A file filter that accpets files that are accepted by two file filters.
OrFileFilter: A file filter that accpets files that are accepted by two file filters.
PatternBasedFileFilter: A FileFilter that filters files that match a list of patterns.
UnixFilePermissions: Defines the permissions for a Unix file.
FileFilters: A colleaction of useful file filters.

Home | Contact Us | Privacy Policy | Terms of Service