Uses of Class
com.google.protobuf.ExperimentalApi
-
Packages that use ExperimentalApi Package Description com.google.protobuf -
-
Uses of ExperimentalApi in com.google.protobuf
Classes in com.google.protobuf with annotations of type ExperimentalApi Modifier and Type Class Description classByteOutputAn output target for raw bytes.classFieldTypeEnumeration identifying all relevant type information for a protobuf field.static classInvalidProtocolBufferException.InvalidWireTypeExceptionException indicating that an unexpected wire type was encountered for a field.classJavaTypeEnum that identifies the Java types required to store protobuf fields.classProtoSyntaxRepresents the syntax version of the message.Methods in com.google.protobuf with annotations of type ExperimentalApi Modifier and Type Method Description abstract voidCodedOutputStream. write(byte value)abstract voidCodedOutputStream. write(byte[] value, int offset, int length)abstract voidCodedOutputStream. writeLazy(byte[] value, int offset, int length)abstract voidCodedOutputStream. writeLazy(java.nio.ByteBuffer value)
-