Uses of Interface
org.biojava.utils.io.Seekable

Packages that use Seekable
org.biojava.bio.program.abi ABI Trace Handling. 
org.biojava.utils.io I/O utility classes. 
 

Uses of Seekable in org.biojava.bio.program.abi
 

Subinterfaces of Seekable in org.biojava.bio.program.abi
static interface ABIFParser.DataAccess
          Concatenation of the Seekable and DataInput interfaces.
 

Uses of Seekable in org.biojava.utils.io
 

Classes in org.biojava.utils.io that implement Seekable
 class CachingInputStream
          A wrapper around InputStream that provides in-memory caching of the input data.