Uses of Package
org.strbio.io

Packages that use org.strbio.io
org.strbio The StrBio library is a set of Java classes useful for development of software for computational structural biology research. 
org.strbio.io These classes perform I/O functions, especially related to stream I/O or string formatting using C-like "Printf" calls. 
org.strbio.local These classes are for running or exchanging data with local programs (other programs installed on your computer). 
org.strbio.math These classes perform functions related to mathematics and statistics. 
org.strbio.mol These classes represent objects or concepts useful to structural biologists. 
org.strbio.mol.lib These classes represent conceptual objects used in structural biology algorithms. 
org.strbio.mol.lib.pred2ary These classes represent conceptual objects used in the Pred2ary program, which are probably not very useful for other purposes. 
org.strbio.net These classes are for running or exchanging data with non-local programs (i.e., programs that you run by submitting data to a web page). 
org.strbio.raf These classes are related to the RAF file format used by the ASTRAL database
org.strbio.util These classes perform general purpose utility functions. 
org.strbio.util.db These classes are a primitive interface to store and manipulate protein structure information from various commonly used databases. 
org.strbio.util.ui These classes are general purpose utility functions related to a program's user interface. 
 

Classes in org.strbio.io used by org.strbio
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.io
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.local
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.math
Printf
          An interface for routines that support a form of printf().
PrintfStream
          A BufferedOutputStream that you can do printf() on, like a civilized (C) programmer.
 

Classes in org.strbio.io used by org.strbio.mol
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.mol.lib
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().
 

Classes in org.strbio.io used by org.strbio.mol.lib.pred2ary
OldBufferedPrintfTextArea
          A TextArea that you can do printf() on, like a civilized (C) programmer.
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.net
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.raf
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().
 

Classes in org.strbio.io used by org.strbio.util
Printf
          An interface for routines that support a form of printf().
PrintfStream
          A BufferedOutputStream that you can do printf() on, like a civilized (C) programmer.
 

Classes in org.strbio.io used by org.strbio.util.db
Printf
          An interface for routines that support a form of printf().
 

Classes in org.strbio.io used by org.strbio.util.ui
Printf
          An interface for routines that support a form of printf().
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.