public class UnsignedByteType extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
UnsignedByteType.UnsignedByteEncoding |
| Modifier and Type | Method and Description |
|---|---|
void |
fastWrite(EncoderImpl encoder,
UnsignedByte value) |
Collection<UnsignedByteType.UnsignedByteEncoding> |
getAllEncodings() |
UnsignedByteType.UnsignedByteEncoding |
getCanonicalEncoding() |
UnsignedByteType.UnsignedByteEncoding |
getEncoding(UnsignedByte val) |
Class<UnsignedByte> |
getTypeClass() |
void |
write(T val) |
public Class<UnsignedByte> getTypeClass()
public UnsignedByteType.UnsignedByteEncoding getEncoding(UnsignedByte val)
public void fastWrite(EncoderImpl encoder, UnsignedByte value)
public UnsignedByteType.UnsignedByteEncoding getCanonicalEncoding()
public Collection<UnsignedByteType.UnsignedByteEncoding> getAllEncodings()
Copyright © 2020 The Apache Software Foundation. All rights reserved.