@Implements(value=android.content.res.AssetManager.AssetInputStream.class, shadowPicker=ShadowAssetInputStream.Picker.class) public class ShadowLegacyAssetInputStream extends ShadowAssetInputStream
ShadowAssetInputStream.Picker
Constructor and Description |
---|
ShadowLegacyAssetInputStream() |
Modifier and Type | Method and Description |
---|---|
protected int |
available() |
protected void |
close() |
protected void |
mark(int readlimit) |
protected boolean |
markSupported() |
protected int |
read() |
protected int |
read(byte[] b) |
protected int |
read(byte[] b,
int off,
int len) |
protected void |
reset() |
protected long |
skip(long n) |
@Implementation protected int read() throws IOException
IOException
@Implementation protected int read(byte[] b) throws IOException
IOException
@Implementation protected int read(byte[] b, int off, int len) throws IOException
IOException
@Implementation protected long skip(long n) throws IOException
IOException
@Implementation protected int available() throws IOException
IOException
@Implementation protected void close() throws IOException
IOException
@Implementation protected void mark(int readlimit)
@Implementation protected void reset() throws IOException
IOException
@Implementation protected boolean markSupported()