public class WebmReader extends Object implements Closeable
| Constructor and Description |
|---|
WebmReader(File file,
TagConsumer processor)
Constructor
|
public WebmReader(File file, TagConsumer processor) throws FileNotFoundException
file - - file to be readprocessor - - handler for the tags foundFileNotFoundException - - will be thrown if file not foundpublic void process()
throws IOException,
ConverterException
IOException - - in case of any exception during reading and/or consumengConverterException - - in case of any error during conversionspublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2005–2016 Red5. All rights reserved.