Package org.strbio.io

These classes perform I/O functions, especially related to stream I/O or string formatting using C-like "Printf" calls.

See:
          Description

Interface Summary
Description This interface is for objects that want to describe themselves to the user... i.e. serialize their important parameters in English.
Printf An interface for routines that support a form of printf().
 

Class Summary
EOFStringReader StringReader that returns false for ready() when at the end of the string.
OldBufferedPrintfTextArea A TextArea that you can do printf() on, like a civilized (C) programmer.
OldPrintfJLabel A JLabel that you can do printf() on, like a civilized (C) programmer.
OldPrintfJTextArea A JTextArea that you can do printf() on, like a civilized (C) programmer.
OldPrintfTextArea A TextArea that you can do printf() on, like a civilized (C) programmer.
PrintfJLabel A JLabel that you can do printf() on, like a civilized (C) programmer.
PrintfJTextArea A JTextArea that you can do printf() on, like a civilized (C) programmer.
PrintfStream A BufferedOutputStream that you can do printf() on, like a civilized (C) programmer.
PrintfTee A printf object that forwards output to 2 Printf's.
PrintfTextArea A TextArea that you can do printf() on, like a civilized (C) programmer.
PrintfWriter A Writer that you can do printf() on, like a civilized (C) programmer.
 

Package org.strbio.io Description

These classes perform I/O functions, especially related to stream I/O or string formatting using C-like "Printf" calls.