public class BytesCarrier
extends com.google.protobuf.ByteOutput
| Constructor and Description |
|---|
BytesCarrier() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getValue() |
boolean |
isValid() |
void |
write(byte value) |
void |
write(byte[] value,
int offset,
int length) |
void |
write(ByteBuffer value) |
void |
writeLazy(byte[] value,
int offset,
int length) |
void |
writeLazy(ByteBuffer value) |
public byte[] getValue()
public boolean isValid()
public void write(byte value)
write in class com.google.protobuf.ByteOutputpublic void write(byte[] value,
int offset,
int length)
write in class com.google.protobuf.ByteOutputpublic void writeLazy(byte[] value,
int offset,
int length)
writeLazy in class com.google.protobuf.ByteOutputpublic void write(ByteBuffer value) throws IOException
write in class com.google.protobuf.ByteOutputIOExceptionpublic void writeLazy(ByteBuffer value) throws IOException
writeLazy in class com.google.protobuf.ByteOutputIOExceptionCopyright © 2024. All rights reserved.