Package org.openpreservation.format.zip
Interface ZipProcessor
public interface ZipProcessor
Interface for a processor that processes an
InputStream
and a factory
for the processor.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(InputStream toProcess) Process theInputStream
and return aZipArchive
containing parsed from the stream.
-
Method Details
-
process
Process theInputStream
and return aZipArchive
containing parsed from the stream.- Parameters:
toProcess
- theInputStream
to process- Returns:
- a
ZipArchive
parsed from the stream - Throws:
IOException
- when an IO error occurs reading theInputStream
-