corina.files
Class RangesOnly

java.lang.Object
  |
  +--corina.files.Filetype
        |
        +--corina.files.RangesOnly

public class RangesOnly
extends Filetype


Fields inherited from class corina.files.Filetype
r, w
 
Constructor Summary
RangesOnly()
           
 
Method Summary
 Sample load()
           
 void save(Sample sample)
           
 String toString()
          Return the human-readable name of this file format.
 
Methods inherited from class corina.files.Filetype
leftPad, load, load, makeFiletype, save, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangesOnly

public RangesOnly()
Method Detail

load

public Sample load()
            throws IOException
Overrides:
load in class Filetype

save

public void save(Sample sample)
          throws IOException
Overrides:
save in class Filetype

toString

public String toString()
Description copied from class: Filetype
Return the human-readable name of this file format. In the user-interface, this is the title the user should normally see, so it should itself be enough to determine exactly what filetype it is.
Overrides:
toString in class Filetype
Following copied from class: corina.files.Filetype
Returns:
the name of this file format