public class ByteType extends Object
Modifier and Type | Class and Description |
---|---|
class |
ByteType.ByteEncoding |
Modifier and Type | Method and Description |
---|---|
Collection<ByteType.ByteEncoding> |
getAllEncodings() |
ByteType.ByteEncoding |
getCanonicalEncoding() |
ByteType.ByteEncoding |
getEncoding(Byte val) |
Class<Byte> |
getTypeClass() |
void |
write(T val) |
void |
writeType(byte b) |
public ByteType.ByteEncoding getEncoding(Byte val)
public ByteType.ByteEncoding getCanonicalEncoding()
public Collection<ByteType.ByteEncoding> getAllEncodings()
public void writeType(byte b)
Copyright © 2016 The Apache Software Foundation. All rights reserved.