public class TypeByte extends Object implements BreezeType<Byte>
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getType() |
Byte |
read(BreezeBuffer buffer,
boolean withType) |
static byte |
readByte(BreezeBuffer buffer) |
void |
write(BreezeBuffer buffer,
Byte value,
boolean withType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitputType, read, write, writeMessageField, writeMessageFieldpublic static byte readByte(BreezeBuffer buffer)
public byte getType()
getType 在接口中 BreezeType<Byte>public Byte read(BreezeBuffer buffer, boolean withType) throws BreezeException
read 在接口中 BreezeType<Byte>BreezeExceptionpublic void write(BreezeBuffer buffer, Byte value, boolean withType) throws BreezeException
write 在接口中 BreezeType<Byte>BreezeExceptionCopyright © 2019. All rights reserved.