Module tvbrowser
Package util.io.stream
-
Interface Summary Interface Description BufferedReaderProcessor BufferedReader exception handling processorBufferedWriterProcessor BufferedWriter processor for standardized stream exception handlingInputStreamProcessor InputStream exception handling processorObjectInputStreamProcessor ObjectOutputStreamProcessor ObjectOutputStream processor for standardized stream exception handlingOutputStreamProcessor OutputStream processor for standardized stream exception handlingPrintStreamProcessor StreamUtilities.IInputStreamMethod StreamUtilities.IOutputStreamMethod -
Class Summary Class Description StreamUtilities Stream processor class for working with streams This class does all the IOException handling for working with streams, so you can concentrate on your algorithm instead.