public class ByteArrayTagConverter extends Object implements TagConverter<ByteArrayTag,byte[]>
| Constructor and Description |
|---|
ByteArrayTagConverter() |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayTag |
convert(byte[] value)
Converts a value to a tag.
|
byte[] |
convert(ByteArrayTag tag)
Converts a tag to a value.
|
public byte[] convert(ByteArrayTag tag)
TagConverterconvert in interface TagConverter<ByteArrayTag,byte[]>tag - Tag to convert.public ByteArrayTag convert(byte[] value)
TagConverterconvert in interface TagConverter<ByteArrayTag,byte[]>value - Value to convert.Copyright © 2021. All rights reserved.