public class Handler extends CompressionURLStreamHandler
URLStreamHandler for the protocol "pack200".
The path component of the URL is used as the URL of the container.
The contents of the container must be in the PACK200 compression format.
This handler is registered by CompressionFormatFactory.
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.InputStream |
open(java.io.InputStream containerInputStream)
Opens the given
container and returns an InputStream that reads from it. |
openConnectionprotected java.io.InputStream open(java.io.InputStream containerInputStream)
throws java.io.IOException
CompressionURLStreamHandlercontainer and returns an InputStream that reads from it.open in class CompressionURLStreamHandlerjava.io.IOException