protobuf-runtime-scala
protobuf-runtime-scala
com.google.protobuf
AbstractMessage
ByteString
ByteString
Output
ByteStringCompanionParent
ByteStringParent
CodedInputStream
CodedInputStream
CodedOutputStream
OutOfSpaceException
CodedOutputStream
DescriptorProtos
FileDescriptorProto
FileDescriptorProto
FileOptions
MessageOptions
FieldOptions
EnumOptions
EnumValueOptions
ServiceOptions
MethodOptions
Descriptors
EnumValueDescriptor
EnumDescriptor
FieldDescriptor
FieldDescriptor
Type
Type
DOUBLE
FLOAT
INT64
UINT64
INT32
FIXED64
FIXED32
BOOL
STRING
GROUP
MESSAGE
BYTES
UINT32
ENUM
SFIXED32
SFIXED64
SINT32
SINT64
ServiceDescriptor
MethodDescriptorList
MethodDescriptor
FileDescriptor
ServiceDescriptorList
FileDescriptor
Descriptor
GeneratedMessage
GeneratedMessage
ExtendableMessage
GeneratedMessageV3
GeneratedMessageV3
ExtendableMessage
InvalidProtocolBufferException
InvalidProtocolBufferException
Message
UnknownFieldSet
UnknownFieldSet
Field
WireFormat
protobuf-runtime-scala
/
com.google.protobuf
/
CodedOutputStream
CodedOutputStream
object
CodedOutputStream
Companion
class
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Type members
Value members
Type members
Classlikes
@
SerialVersionUID
(-6947486886997889499L)
class
OutOfSpaceException
() extends
IOException
Value members
Concrete methods
def
computeBoolSize
(fieldNumber:
Int
, value:
Boolean
):
Int
def
computeBoolSizeNoTag
(value:
Boolean
):
Int
def
computeByteArraySize
(fieldNumber:
Int
, value:
Array
[
Byte
]):
Int
def
computeByteArraySizeNoTag
(value:
Array
[
Byte
]):
Int
def
computeByteBufferSize
(fieldNumber:
Int
, value:
ByteBuffer
):
Int
def
computeByteBufferSizeNoTag
(value:
ByteBuffer
):
Int
def
computeBytesSize
(fieldNumber:
Int
, value:
ByteString
):
Int
def
computeBytesSizeNoTag
(value:
ByteString
):
Int
def
computeDoubleSize
(fieldNumber:
Int
, value:
Double
):
Int
def
computeDoubleSizeNoTag
(value:
Double
):
Int
def
computeEnumSize
(fieldNumber:
Int
, value:
Int
):
Int
def
computeEnumSizeNoTag
(value:
Int
):
Int
def
computeFixed32Size
(fieldNumber:
Int
, value:
Int
):
Int
def
computeFixed32SizeNoTag
(value:
Int
):
Int
def
computeFixed64Size
(fieldNumber:
Int
, value:
Long
):
Int
def
computeFixed64SizeNoTag
(value:
Long
):
Int
def
computeFloatSize
(fieldNumber:
Int
, value:
Float
):
Int
def
computeFloatSizeNoTag
(value:
Float
):
Int
def
computeInt32Size
(fieldNumber:
Int
, value:
Int
):
Int
def
computeInt32SizeNoTag
(value:
Int
):
Int
def
computeInt64Size
(fieldNumber:
Int
, value:
Long
):
Int
def
computeInt64SizeNoTag
(value:
Long
):
Int
def
computePreferredBufferSize
(dataLength:
Int
):
Int
def
computeRawVarint32Size
(value:
Int
):
Int
def
computeRawVarint64Size
(value:
Long
):
Int
def
computeSFixed32Size
(fieldNumber:
Int
, value:
Int
):
Int
def
computeSFixed32SizeNoTag
(value:
Int
):
Int
def
computeSFixed64Size
(fieldNumber:
Int
, value:
Long
):
Int
def
computeSFixed64SizeNoTag
(value:
Long
):
Int
def
computeSInt32Size
(fieldNumber:
Int
, value:
Int
):
Int
def
computeSInt32SizeNoTag
(value:
Int
):
Int
def
computeSInt64Size
(fieldNumber:
Int
, value:
Long
):
Int
def
computeSInt64SizeNoTag
(value:
Long
):
Int
def
computeStringSize
(fieldNumber:
Int
, value:
String
):
Int
def
computeStringSizeNoTag
(value:
String
):
Int
def
computeTagSize
(fieldNumber:
Int
):
Int
def
computeUInt32Size
(fieldNumber:
Int
, value:
Int
):
Int
def
computeUInt32SizeNoTag
(value:
Int
):
Int
def
computeUInt64Size
(fieldNumber:
Int
, value:
Long
):
Int
def
computeUInt64SizeNoTag
(value:
Long
):
Int
def
encodeZigZag32
(n:
Int
):
Int
def
encodeZigZag64
(n:
Long
):
Long
def
newInstance
(output:
OutputStream
):
CodedOutputStream
def
newInstance
(output:
OutputStream
, bufferSize:
Int
):
CodedOutputStream
def
newInstance
(byteBuffer:
ByteBuffer
):
CodedOutputStream
def
newInstance
(b:
Array
[
Byte
]):
CodedOutputStream
def
newInstance
(byteBuffer:
ByteBuffer
, bufferSize:
Int
):
CodedOutputStream
Concrete fields
val
DEFAULT_BUFFER_SIZE
:
Int
val
LITTLE_ENDIAN_32_SIZE
:
Int
val
LITTLE_ENDIAN_64_SIZE
:
Int