public abstract class AbstractTagCreator extends Object
Constructor and Description |
---|
AbstractTagCreator() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
convertMetadata(Tag tag)
Convert tagdata to rawdata ready for writing to file with no additional padding
|
abstract ByteBuffer |
convertMetadata(Tag tag,
boolean isLastBlock)
Convert tagdata to rawdata ready for writing to file
|
public ByteBuffer convertMetadata(Tag tag) throws UnsupportedEncodingException
tag
- UnsupportedEncodingException
public abstract ByteBuffer convertMetadata(Tag tag, boolean isLastBlock) throws UnsupportedEncodingException
tag
- isLastBlock
- UnsupportedEncodingException
Copyright © 2005–2020 jthink.net. All rights reserved.