public abstract class AbstractBoxParser extends java.lang.Object implements BoxParser
| Constructor and Description |
|---|
AbstractBoxParser() |
| Modifier and Type | Method and Description |
|---|---|
abstract ParsableBox |
createBox(java.lang.String type,
byte[] userType,
java.lang.String parent) |
ParsableBox |
parseBox(java.nio.channels.ReadableByteChannel byteChannel,
java.lang.String parentType)
Parses the next size and type, creates a box instance and parses the box's content.
|
AbstractBoxParser |
skippingBoxes(java.lang.String... types) |
public abstract ParsableBox createBox(java.lang.String type, byte[] userType, java.lang.String parent)
public ParsableBox parseBox(java.nio.channels.ReadableByteChannel byteChannel, java.lang.String parentType) throws java.io.IOException
public AbstractBoxParser skippingBoxes(java.lang.String... types)
Copyright © 2020. All rights reserved.