com.sun.tdk.signaturetest.sigfile
Interface Reader
- All Known Implementing Classes:
- F40Reader, F41Reader, ReaderAdapter
public interface Reader
hasFeature
boolean hasFeature(FeaturesHolder.Feature feature)
getAllSupportedFeatures
java.util.Set getAllSupportedFeatures()
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()