android.content.res
Class AssetManager.AssetInputStream
java.lang.Object
java.io.InputStream
android.content.res.AssetManager.AssetInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- AssetManager
public final class AssetManager.AssetInputStream
- extends InputStream
getAssetInt
public final int getAssetInt()
read
public final int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException
markSupported
public final boolean markSupported()
- Overrides:
markSupported
in class InputStream
available
public final int available()
throws IOException
- Overrides:
available
in class InputStream
- Throws:
IOException
close
public final void close()
throws IOException
- Specified by:
close
in interface Closeable
- Overrides:
close
in class InputStream
- Throws:
IOException
mark
public final void mark(int readlimit)
- Overrides:
mark
in class InputStream
reset
public final void reset()
throws IOException
- Overrides:
reset
in class InputStream
- Throws:
IOException
read
public final int read(byte[] b)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
read
public final int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read
in class InputStream
- Throws:
IOException
skip
public final long skip(long n)
throws IOException
- Overrides:
skip
in class InputStream
- Throws:
IOException
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class Object
- Throws:
Throwable
Copyright © 2008-2012. All Rights Reserved.