public class XarFile.XarInputStream extends InputStream
Constructor and Description |
---|
XarInputStream(XarEntry entry,
InputStream input) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] buffer,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public XarInputStream(XarEntry entry, InputStream input)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] buffer, int off, int len) throws IOException
read
in class InputStream
IOException
Copyright © 2002 – 2024 Project Wonder.