protobuf-runtime-scala
protobuf-runtime-scala
com.google.protobuf
AbstractMessage
ByteString
ByteString
Output
ByteStringCompanionParent
ByteStringParent
CodedInputStream
CodedInputStream
CodedOutputStream
OutOfSpaceException
CodedOutputStream
DescriptorProtos
EnumOptions
EnumValueOptions
FieldOptions
FileDescriptorProto
FileDescriptorProto
FileOptions
MessageOptions
MethodOptions
ServiceOptions
Descriptors
Descriptor
EnumDescriptor
EnumValueDescriptor
FieldDescriptor
FieldDescriptor
Type
BOOL
BYTES
DOUBLE
ENUM
FIXED32
FIXED64
FLOAT
GROUP
INT32
INT64
MESSAGE
SFIXED32
SFIXED64
SINT32
SINT64
STRING
UINT32
UINT64
Type
FileDescriptor
ServiceDescriptorList
FileDescriptor
MethodDescriptor
ServiceDescriptor
MethodDescriptorList
GeneratedMessage
GeneratedMessage
ExtendableMessage
GeneratedMessageV3
GeneratedMessageV3
ExtendableMessage
InvalidProtocolBufferException
InvalidProtocolBufferException
Message
UnknownFieldSet
UnknownFieldSet
Field
WireFormat
protobuf-runtime-scala
/
com.google.protobuf
/
ByteString
ByteString
object
ByteString
extends
ByteStringCompanionParent
Companion:
class
Graph
Supertypes
Self type
class
ByteStringCompanionParent
trait
SpecificIterableFactory
[
Byte
,
ByteString
]
trait
Factory
[
Byte
,
ByteString
]
class
Object
trait
Matchable
class
Any
ByteString
.type
Type members
Value members
Implicits
Type members
Classlikes
class
Output
(
initialSize:
Int
)
extends
OutputStream
Value members
Concrete methods
def
copyFrom
(
bytes:
Array
[
Byte
],
offset:
Int
,
size:
Int
):
ByteString
def
copyFrom
(
bytes:
Array
[
Byte
]):
ByteString
def
copyFromUtf8
(
text:
String
):
ByteString
def
empty
:
ByteString
def
newBuilder
:
Builder
[
Byte
,
ByteString
]
def
newOutput
():
Output
def
newOutput
(
initialSize:
Int
):
Output
Inherited methods
def
apply
(
xs:
Byte
*):
ByteString
Inherited from:
SpecificIterableFactory
def
fill
(
n:
Int
)(
elem:
=>
Byte
):
ByteString
Inherited from:
SpecificIterableFactory
override
def
fromSpecific
(
it:
IterableOnce
[
Byte
]):
ByteString
Definition Classes
ByteStringCompanionParent
->
Factory
Inherited from:
ByteStringCompanionParent
Concrete fields
final
val
EMPTY
:
ByteString
Implicits
Inherited implicits
implicit
def
specificIterableFactory
:
Factory
[
Byte
,
ByteString
]
Inherited from:
SpecificIterableFactory