ByteString

com.google.protobuf.ByteString$
See theByteString companion class

Attributes

Companion:
class
Graph
Supertypes
trait SpecificIterableFactory[Byte, ByteString]
trait Factory[Byte, ByteString]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Output(initialSize: Int) extends OutputStream

Attributes

Graph
Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

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 newBuilder: Builder[Byte, ByteString]
def newOutput(initialSize: Int): Output

Inherited methods

def apply(xs: Byte*): C

Attributes

Inherited from:
SpecificIterableFactory
def fill(n: Int)(elem: => Byte): C

Attributes

Inherited from:
SpecificIterableFactory
override def fromSpecific(it: IterableOnce[Byte]): ByteString

Attributes

Definition Classes
Inherited from:
ByteStringCompanionParent

Concrete fields

final val EMPTY: ByteString

Implicits

Inherited implicits

implicit def specificIterableFactory: Factory[A, C]

Attributes

Inherited from:
SpecificIterableFactory