public class ZipEntryInputStream extends InputStream
Modifier and Type | Field and Description |
---|---|
static
org.apache.commons.logging.Log |
LOG |
Constructor and Description |
---|
ZipEntryInputStream(ZipInputStream zipIn,
String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeZipInputStream() |
boolean |
hasNext() |
int |
read() |
int |
read(byte[] buf) |
int |
read(byte[] b,
int off, int len) |
available, mark, markSupported, reset, skip
public ZipEntryInputStream(ZipInputStream zipIn, String fileName)
public boolean hasNext()
public int read() throws IOException
read
in
class InputStream
IOException
public int read(byte[] buf) throws IOException
read
in
class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in
class InputStream
IOException
public void close()
close
in
interface Closeable
close
in
interface AutoCloseable
close
in
class InputStream
public void closeZipInputStream() throws IOException
IOException
Copyright © 2020 MarkLogic
Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com