Package | Description |
---|---|
org.apache.flink.statefun.sdk.shaded.com.google.protobuf |
Modifier and Type | Class and Description |
---|---|
class |
ByteOutput
An output target for raw bytes.
|
static class |
InvalidProtocolBufferException.InvalidWireTypeException
Exception indicating that and unexpected wire type was encountered for a field.
|
class |
UnsafeByteOperations
Provides a number of unsafe byte operations to be used by advanced applications with high
performance requirements.
|
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) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.