public interface IMediaDataSource
void
close()
long
getSize()
int
readAt(long position, byte[] buffer, int offset, int size)
int readAt(long position, byte[] buffer, int offset, int size) throws java.io.IOException
java.io.IOException
long getSize() throws java.io.IOException
void close() throws java.io.IOException