| Modifier and Type | Method and Description |
|---|---|
static CodedInput |
CodedInput.newInstance(byte[] buf)
Create a new CodedInput wrapping the given byte array.
|
static CodedInput |
CodedInput.newInstance(byte[] buf,
int off,
int len)
Create a new CodedInput wrapping the given byte array slice.
|
static CodedInput |
CodedInput.newInstance(InputStream input)
Create a new CodedInput wrapping the given InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
GraphIOUtil.mergeFrom(CodedInput input,
T message,
Schema<T> schema)
|
| Constructor and Description |
|---|
GraphCodedInput(CodedInput input) |
GraphCodedInput(CodedInput input,
int initialCapacity) |
Copyright © 2009–2022. All rights reserved.