public class BytesStealer
extends com.google.protobuf.ByteOutput
| Constructor and Description |
|---|
BytesStealer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid() |
byte[] |
value() |
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[] value()
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)
write in class com.google.protobuf.ByteOutputpublic void writeLazy(ByteBuffer value)
writeLazy in class com.google.protobuf.ByteOutputCopyright © 2023. All rights reserved.