Package eu.bandm.tools.util.files


package eu.bandm.tools.util.files
Utility classes for file handling and IO.
  • Classes
    Class
    Description
    Intput Stream which allows to read single bits sequentially.
    Output Stream which allows to write single bits sequentially.
    Static methods for file name analysis and manipulation.
    Creates a javax swing JTree object which represents the structure of a given sub-tree in a file system.
     
    Applies visitor style pattern to file system trees.
    Print writer which flushes the unerlying output stream after each print.
    Prints only the n first characters and igores the rest.
    Maps an input file name to an output file name according to a very simple pattern rule inspired by "patsubst" from "make".
    Utility class of static methods for frequently needed operations on stream/reades/writers etc.
    Converts all characters read to lower or to upper.