Class OCFZipResources
java.lang.Object
com.adobe.epubcheck.ocf.OCFZipResources
- All Implemented Interfaces:
OCFResources, Iterable<OCFResource>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private static StringgetCompressionMethod(ZipEntry entry) private static StringgetSHAHash(ZipEntry entry, ZipFile zip) iterator()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
zip
-
-
Constructor Details
-
OCFZipResources
- Throws:
IOException
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<OCFResource>
-
close
- Specified by:
closein interfaceOCFResources- Throws:
IOException
-
getSHAHash
-
getCompressionMethod
-