public class TypeByteArray extends Object implements BreezeType<byte[]>
| 限定符和类型 | 方法和说明 |
|---|---|
byte |
getType() |
byte[] |
read(BreezeBuffer buffer,
boolean withType) |
static byte[] |
readBytes(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[] readBytes(BreezeBuffer buffer) throws BreezeException
BreezeExceptionpublic 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.