protected class H264TrackImpl.CleanInputStream extends FilterInputStream
in
Modifier and Type | Method and Description |
---|---|
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b,
int off,
int len)
Copy of InputStream.read(b, off, len)
|
public boolean markSupported()
markSupported
in class FilterInputStream
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
InputStream.read()
Copyright © 2014. All rights reserved.