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 intavailable()protected voidclose()protected voidmark(int readlimit)protected booleanmarkSupported()protected intread()protected intread(byte[] b)protected intread(byte[] b, int off, int len)protected voidreset()protected longskip(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
-