| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Method and Description |
|---|---|
static ByteString |
ByteString.newOutput()
Creates a new
ByteString.Output.
|
static ByteString |
ByteString.newOutput(int initialCapacity)
Creates a new
ByteString.Output with the given initial capacity.
|