com.sun.tdk.signaturetest.sigfile
Interface Reader


public interface Reader


Method Summary
 void close()
           
 java.lang.String getApiVersion()
           
 boolean hasFeature(FeaturesHolder.Feature feature)
           
 ClassDescription readNextClass()
           
 boolean readSignatureFile(java.net.URL fileURL)
           
 

Method Detail

hasFeature

boolean hasFeature(FeaturesHolder.Feature feature)

readSignatureFile

boolean readSignatureFile(java.net.URL fileURL)
                          throws java.io.IOException
Throws:
java.io.IOException

readNextClass

ClassDescription readNextClass()
                               throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

getApiVersion

java.lang.String getApiVersion()