public class H264TrackImpl.ByteBufferBackedInputStream extends InputStream
| Constructor and Description |
|---|
H264TrackImpl.ByteBufferBackedInputStream(ByteBuffer buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] bytes,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic H264TrackImpl.ByteBufferBackedInputStream(ByteBuffer buf)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] bytes,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2014. All rights reserved.