Uses of Class
org.apache.commons.compress.utils.MultiReadOnlySeekableByteChannel
-
Packages that use MultiReadOnlySeekableByteChannel Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of MultiReadOnlySeekableByteChannel in org.apache.commons.compress.archivers.zip
Subclasses of MultiReadOnlySeekableByteChannel in org.apache.commons.compress.archivers.zip Modifier and Type Class Description class
ZipSplitReadOnlySeekableByteChannel
MultiReadOnlySeekableByteChannel
that knows what a split ZIP archive should look like.
-