android.content.res
Class AssetManager.AssetInputStream

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

public final class AssetManager.AssetInputStream
extends java.io.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 java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

markSupported

public final boolean markSupported()
Overrides:
markSupported in class java.io.InputStream

available

public final int available()
                    throws java.io.IOException
Overrides:
available in class java.io.InputStream
Throws:
java.io.IOException

close

public final void close()
                 throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.InputStream
Throws:
java.io.IOException

mark

public final void mark(int readlimit)
Overrides:
mark in class java.io.InputStream

reset

public final void reset()
                 throws java.io.IOException
Overrides:
reset in class java.io.InputStream
Throws:
java.io.IOException

read

public final int read(byte[] b)
               throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

read

public final int read(byte[] b,
                      int off,
                      int len)
               throws java.io.IOException
Overrides:
read in class java.io.InputStream
Throws:
java.io.IOException

skip

public final long skip(long n)
                throws java.io.IOException
Overrides:
skip in class java.io.InputStream
Throws:
java.io.IOException

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable


Copyright © 2008-2010. All Rights Reserved.