public interface IAndroidIO
| Modifier and Type | Method and Description |
|---|---|
int |
close() |
int |
open(java.lang.String url) |
int |
read(byte[] buffer,
int size) |
long |
seek(long offset,
int whence) |
int open(java.lang.String url) throws java.io.IOException
java.io.IOExceptionint read(byte[] buffer,
int size)
throws java.io.IOException
java.io.IOExceptionlong seek(long offset,
int whence)
throws java.io.IOException
java.io.IOExceptionint close() throws java.io.IOException
java.io.IOException