public class Handler extends ArchiveURLStreamHandler
URLStreamHandler for the protocol "arj".
The path component is interpreted as follows:
container-url!entry-name
The contents of the container must be in the ARJ archive format.
This handler is registered by ArchiveFormatFactory.
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.compress.archivers.ArchiveInputStream |
open(java.io.InputStream containerInputStream)
Opens the given
container, finds the entry with the given entryName and returns an
InputStream that reads from it. |
openConnectionprotected org.apache.commons.compress.archivers.ArchiveInputStream open(java.io.InputStream containerInputStream)
throws org.apache.commons.compress.archivers.ArchiveException
ArchiveURLStreamHandlercontainer, finds the entry with the given entryName and returns an
InputStream that reads from it.open in class ArchiveURLStreamHandlerorg.apache.commons.compress.archivers.ArchiveException