public interface IAndroidIO
abstract int
open(String url)
read(Array<byte> buffer, int size)
abstract long
seek(long offset, int whence)
close()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract int open(String url)
abstract int read(Array<byte> buffer, int size)
abstract long seek(long offset, int whence)
abstract int close()