public class ZipInputStreamProviderDecorator extends Object implements InputStreamProvider
InputStreamProvider that returns
a ZipInputStream wrapped around the stream provided by the decorated provider.| Constructor and Description |
|---|
ZipInputStreamProviderDecorator(InputStreamProvider inner,
boolean openEntry) |
public ZipInputStreamProviderDecorator(InputStreamProvider inner, boolean openEntry)
public ZipInputStream createInputStream() throws IOException
createInputStream in interface InputStreamProviderIOExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.