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
class
CodedOutputStream
(output:
OutputStream
, buffer:
Array
[
Byte
])
Companion
object
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
checkNoSpaceLeft
():
Unit
def
flush
():
Unit
def
spaceLeft
():
Int
def
writeBool
(fieldNumber:
Int
, value:
Boolean
):
Unit
def
writeBoolNoTag
(value:
Boolean
):
Unit
def
writeByteArray
(fieldNumber:
Int
, value:
Array
[
Byte
]):
Unit
def
writeByteArray
(fieldNumber:
Int
, value:
Array
[
Byte
], offset:
Int
, length:
Int
):
Unit
def
writeByteArrayNoTag
(value:
Array
[
Byte
]):
Unit
def
writeByteArrayNoTag
(value:
Array
[
Byte
], offset:
Int
, length:
Int
):
Unit
def
writeByteBuffer
(fieldNumber:
Int
, value:
ByteBuffer
):
Unit
def
writeByteBufferNoTag
(value:
ByteBuffer
):
Unit
def
writeBytes
(fieldNumber:
Int
, value:
ByteString
):
Unit
def
writeBytesNoTag
(value:
ByteString
):
Unit
def
writeDouble
(fieldNumber:
Int
, value:
Double
):
Unit
def
writeDoubleNoTag
(value:
Double
):
Unit
def
writeEnum
(fieldNumber:
Int
, value:
Int
):
Unit
def
writeEnumNoTag
(value:
Int
):
Unit
def
writeFixed32
(fieldNumber:
Int
, value:
Int
):
Unit
def
writeFixed32NoTag
(value:
Int
):
Unit
def
writeFixed64
(fieldNumber:
Int
, value:
Long
):
Unit
def
writeFixed64NoTag
(value:
Long
):
Unit
def
writeFloat
(fieldNumber:
Int
, value:
Float
):
Unit
def
writeFloatNoTag
(value:
Float
):
Unit
def
writeInt32
(fieldNumber:
Int
, value:
Int
):
Unit
def
writeInt32NoTag
(value:
Int
):
Unit
def
writeInt64
(fieldNumber:
Int
, value:
Long
):
Unit
def
writeInt64NoTag
(value:
Long
):
Unit
def
writeRawByte
(value:
Byte
):
Unit
def
writeRawByte
(value:
Int
):
Unit
def
writeRawBytes
(value:
ByteString
):
Unit
def
writeRawBytes
(value:
Array
[
Byte
]):
Unit
def
writeRawBytes
(value:
ByteBuffer
):
Unit
def
writeRawBytes
(value:
Array
[
Byte
], offset0:
Int
, length0:
Int
):
Unit
def
writeRawLittleEndian32
(value:
Int
):
Unit
def
writeRawLittleEndian64
(value:
Long
):
Unit
def
writeRawVarint32
(value0:
Int
):
Unit
def
writeRawVarint64
(value0:
Long
):
Unit
def
writeSFixed32
(fieldNumber:
Int
, value:
Int
):
Unit
def
writeSFixed32NoTag
(value:
Int
):
Unit
def
writeSFixed64
(fieldNumber:
Int
, value:
Long
):
Unit
def
writeSFixed64NoTag
(value:
Long
):
Unit
def
writeSInt32
(fieldNumber:
Int
, value:
Int
):
Unit
def
writeSInt32NoTag
(value:
Int
):
Unit
def
writeSInt64
(fieldNumber:
Int
, value:
Long
):
Unit
def
writeSInt64NoTag
(value:
Long
):
Unit
def
writeString
(fieldNumber:
Int
, value:
String
):
Unit
def
writeStringNoTag
(value:
String
):
Unit
def
writeTag
(fieldNumber:
Int
, wireType:
Int
):
Unit
def
writeUInt32
(fieldNumber:
Int
, value:
Int
):
Unit
def
writeUInt32NoTag
(value:
Int
):
Unit
def
writeUInt64
(fieldNumber:
Int
, value:
Long
):
Unit
def
writeUInt64NoTag
(value:
Long
):
Unit