com.sun.tdk.signaturetest.sigfile
Class F40Format

java.lang.Object
  extended by com.sun.tdk.signaturetest.sigfile.FeaturesHolder
      extended by com.sun.tdk.signaturetest.sigfile.Format
          extended by com.sun.tdk.signaturetest.sigfile.F40Format
Direct Known Subclasses:
F41Format

public class F40Format
extends Format


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.tdk.signaturetest.sigfile.FeaturesHolder
FeaturesHolder.Feature
 
Field Summary
static java.lang.String HIDDEN_CLASSES
           
static java.lang.String HIDDEN_FIELDS
           
 
Fields inherited from class com.sun.tdk.signaturetest.sigfile.Format
VERSION
 
Fields inherited from class com.sun.tdk.signaturetest.sigfile.FeaturesHolder
BuildMembers, ConstInfo, CopyRight, ListOfHiders, MergeModeSupported, NonStaticConstants, OuterClasses, TigerInfo, XHiders
 
Constructor Summary
F40Format()
           
 
Method Summary
 Reader getReader()
           
 java.lang.String getVersion()
           
 Writer getWriter()
           
 
Methods inherited from class com.sun.tdk.signaturetest.sigfile.Format
isApplicable
 
Methods inherited from class com.sun.tdk.signaturetest.sigfile.FeaturesHolder
addSupportedFeature, getSupportedFeatures, isFeatureSupported, isInitialized, removeSupportedFeature, retainFeatures, setFeatures
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIDDEN_FIELDS

public static final java.lang.String HIDDEN_FIELDS
See Also:
Constant Field Values

HIDDEN_CLASSES

public static final java.lang.String HIDDEN_CLASSES
See Also:
Constant Field Values
Constructor Detail

F40Format

public F40Format()
Method Detail

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in class Format

getReader

public Reader getReader()
Specified by:
getReader in class Format

getWriter

public Writer getWriter()
Specified by:
getWriter in class Format