public class BytesCarrier
extends com.google.protobuf.ByteOutput
| 构造器和说明 |
|---|
BytesCarrier() |
public byte[] getValue()
public boolean isValid()
public void write(byte value)
write 在类中 com.google.protobuf.ByteOutputpublic void write(byte[] value,
int offset,
int length)
write 在类中 com.google.protobuf.ByteOutputpublic void writeLazy(byte[] value,
int offset,
int length)
writeLazy 在类中 com.google.protobuf.ByteOutputpublic void write(ByteBuffer value) throws IOException
write 在类中 com.google.protobuf.ByteOutputIOExceptionpublic void writeLazy(ByteBuffer value) throws IOException
writeLazy 在类中 com.google.protobuf.ByteOutputIOExceptionCopyright © 2021. All rights reserved.