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 FilterInputStreampublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionInputStream.read()Copyright © 2014. All rights reserved.