public class MKVParser extends Object
| Constructor and Description |
|---|
MKVParser(SeekableByteChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKnownType(byte[] b) |
List<EbmlMaster> |
parse() |
static byte[] |
readEbmlId(SeekableByteChannel source)
Reads an EBML id from the channel.
|
static long |
readEbmlInt(SeekableByteChannel source) |
public MKVParser(SeekableByteChannel channel)
public List<EbmlMaster> parse() throws IOException
IOExceptionpublic boolean isKnownType(byte[] b)
public static byte[] readEbmlId(SeekableByteChannel source) throws IOException
IOExceptionpublic static long readEbmlInt(SeekableByteChannel source) throws IOException
IOExceptionCopyright © 2019. All rights reserved.