Package edu.gvsu.kurmasz.warszawa.io
Methods to analyze
File
s and simplify the opening of InputStream
s and PrintWriters
.-
Interface Summary Interface Description InputHelper.FilterFactory Used to wrapInputStreams
with the desired filter. -
Class Summary Class Description FileHelper InputHelper Shortcuts for openingInputStream
s.OutputHelper Shortcuts for openingPrintWriter
s. -
Exception Summary Exception Description InputHelper.FilterFactory.FilterFactoryException Thrown if there is a problem creating or using the newInputStream
(e.g., thrown if the user attempts to use aCBZip2InputStream
on data that is not compressed in bzip2 format).