Package jist.swans.app.io

SWANS counterparts for java.io classes used to simulate standard Java applications.

See:
          Description

Class Summary
BufferedInputStream A functionally identical port of java.io.BufferedInputStream, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
BufferedReader A functionally identical port of java.io.BufferedReader, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
BufferedWriter A functionally identical port of java.io.BufferedWriter, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
FilterInputStream A functionally identical port of java.io.FilterInputStream, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
InputStream A functionally identical port of java.io.InputStream, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
InputStreamReader A functionally identical port of java.io.InputStreamReader, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
OutputStream A functionally identical port of java.io.OutputStream, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten and tagged with the appropriate blocking invocation semantics.
OutputStreamWriter A functionally identical port of java.io.OutputStreamWriter, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
Reader A functionally identical port of java.io.Reader, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
Writer A functionally identical port of java.io.Writer, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten.
 

Package jist.swans.app.io Description

SWANS counterparts for java.io classes used to simulate standard Java applications.

The more notable classes in this package are: