Package tv.danmaku.ijk.media.player.misc
Interface IAndroidIO
-
public interface IAndroidIO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intclose()intopen(java.lang.String url)intread(byte[] buffer, int size)longseek(long offset, int whence)
-
-
-
Method Detail
-
open
int open(java.lang.String url) throws java.io.IOException
- Throws:
java.io.IOException
-
read
int read(byte[] buffer, int size) throws java.io.IOException- Throws:
java.io.IOException
-
seek
long seek(long offset, int whence) throws java.io.IOException- Throws:
java.io.IOException
-
close
int close() throws java.io.IOException
- Throws:
java.io.IOException
-
-