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
IOException
public boolean isKnownType(byte[] b)
public static byte[] readEbmlId(SeekableByteChannel source) throws IOException
IOException
public static long readEbmlInt(SeekableByteChannel source) throws IOException
IOException
Copyright © 2019. All rights reserved.