Package edu.gvsu.kurmasz.warszawa.io

Methods to analyze Files and simplify the opening of InputStreams and PrintWriters.
  • Interface Summary 
    Interface Description
    InputHelper.FilterFactory
    Used to wrap InputStreams with the desired filter.
  • Class Summary 
    Class Description
    FileHelper  
    InputHelper
    Shortcuts for opening InputStreams.
    OutputHelper
    Shortcuts for opening PrintWriters.
  • Exception Summary 
    Exception Description
    InputHelper.FilterFactory.FilterFactoryException
    Thrown if there is a problem creating or using the new InputStream (e.g., thrown if the user attempts to use a CBZip2InputStream on data that is not compressed in bzip2 format).