public class ByteArrayMediaSource
extends MediaDataSource
| Constructor and Description |
|---|
ByteArrayMediaSource(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getSize() |
int |
readAt(long position,
byte[] buffer,
int offset,
int size) |
public int readAt(long position,
byte[] buffer,
int offset,
int size)
throws java.io.IOException
java.io.IOExceptionpublic long getSize()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOException