public class ZipFileInput.ZipFileDataInputStream extends InputStream
Constructor and Description |
---|
ZipFileDataInputStream(boolean raw) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int lengeth) |
available, mark, markSupported, read, reset, skip
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] buffer, int offset, int lengeth) throws IOException
read
in class InputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.