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