com.sun.tdk.signaturetest.plugin
Class ReaderAdapter

java.lang.Object
  extended by com.sun.tdk.signaturetest.sigfile.SignatureClassLoader
      extended by com.sun.tdk.signaturetest.sigfile.f40.F40Reader
          extended by com.sun.tdk.signaturetest.sigfile.f41.F41Reader
              extended by com.sun.tdk.signaturetest.plugin.ReaderAdapter
All Implemented Interfaces:
Reader

public class ReaderAdapter
extends F41Reader


Field Summary
 
Fields inherited from class com.sun.tdk.signaturetest.sigfile.SignatureClassLoader
apiVersion, features, format, signatureFileFormat
 
Constructor Summary
ReaderAdapter(Format format)
           
 
Method Summary
 
Methods inherited from class com.sun.tdk.signaturetest.sigfile.f41.F41Reader
getParser
 
Methods inherited from class com.sun.tdk.signaturetest.sigfile.f40.F40Reader
convertClassDefinitions, convertClassDescr
 
Methods inherited from class com.sun.tdk.signaturetest.sigfile.SignatureClassLoader
close, getAllSupportedFeatures, getApiVersion, hasFeature, preprocessLine, readHeaders, readNextClass, readSignatureFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderAdapter

public ReaderAdapter(Format format)