Package org.robolectric.shadows
Class ShadowLegacyAssetInputStream
java.lang.Object
org.robolectric.shadows.ShadowAssetInputStream
org.robolectric.shadows.ShadowLegacyAssetInputStream
@Implements(value=android.content.res.AssetManager.AssetInputStream.class, shadowPicker=Picker.class) public class ShadowLegacyAssetInputStream extends ShadowAssetInputStream
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robolectric.shadows.ShadowAssetInputStream
ShadowAssetInputStream.Picker
-
Constructor Summary
Constructors Constructor Description ShadowLegacyAssetInputStream()
-
Method Summary
Modifier and Type Method 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)
-
Constructor Details
-
ShadowLegacyAssetInputStream
public ShadowLegacyAssetInputStream()
-
-
Method Details
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
skip
- Throws:
IOException
-
available
- Throws:
IOException
-
close
- Throws:
IOException
-
mark
-
reset
- Throws:
IOException
-
markSupported
-