Modifier and Type | Class and Description |
---|---|
class |
ByteOutput
An output target for raw bytes.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CodedOutputStream.write(byte value) |
abstract void |
CodedOutputStream.write(byte[] value,
int offset,
int length) |
abstract void |
CodedOutputStream.writeLazy(byte[] value,
int offset,
int length) |
abstract void |
CodedOutputStream.writeLazy(java.nio.ByteBuffer value) |