| 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(java.io.InputStream input)
Create a new CodedInput wrapping the given InputStream.
|
| Constructor and Description |
|---|
GraphCodedInput(CodedInput input) |
GraphCodedInput(CodedInput input,
int initialCapacity) |
Copyright © 2009-2015. All Rights Reserved.