android.content.res
Class AssetManager.AssetInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by android.content.res.AssetManager.AssetInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
AssetManager

public final class AssetManager.AssetInputStream
extends InputStream


Method Summary
 int available()
           
 void close()
           
protected  void finalize()
           
 int getAssetInt()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 void reset()
           
 long skip(long n)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.