public class ByteTagConverter extends Object implements TagConverter<ByteTag,Byte>
| Constructor and Description |
|---|
ByteTagConverter() |
| Modifier and Type | Method and Description |
|---|---|
Byte |
convert(ByteTag tag)
Converts a tag to a value.
|
ByteTag |
convert(String name,
Byte value)
Converts a value to a tag.
|
public Byte convert(ByteTag tag)
TagConverterconvert in interface TagConverter<ByteTag,Byte>tag - Tag to convert.public ByteTag convert(String name, Byte value)
TagConverterconvert in interface TagConverter<ByteTag,Byte>name - Name of the tag.value - Value to convert.Copyright © 2021. All rights reserved.