| Package | Description |
|---|---|
| com.google.code.proto.streamio |
| Modifier and Type | Method and Description |
|---|---|
static ByteOption |
ByteOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteOption[] |
ByteOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PBStreamWriter.writeToStream(OutputStream out,
List<? extends com.google.protobuf.GeneratedMessage> messages,
ByteOption byteOption)
Write GeneratedMessages to the given output stream,
and use the a specialized PBWireByteMarkerHelper to write the delimiters.
|
| Constructor and Description |
|---|
PBStreamReader(ByteOption byteOption)
Alternate constructor for use with a specialized IPBWireByteMarkerHelper
|
Copyright © 2017. All rights reserved.