Package 

Interface IAndroidIO

    • Method Summary

      Modifier and Type Method Description
      abstract int open(String url)
      abstract int read(Array<byte> buffer, int size)
      abstract long seek(long offset, int whence)
      abstract int close()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

         abstract int read(Array<byte> buffer, int size)
      • seek

         abstract long seek(long offset, int whence)
      • close

         abstract int close()