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
Show all
Self type
ByteString.type

Members list

Type members

Classlikes

class Output(initialSize: Int) extends OutputStream

Attributes

Supertypes
class OutputStream
trait Flushable
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all

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(): Output
def newOutput(initialSize: Int): Output

Inherited methods

def apply(xs: Byte*): ByteString

Attributes

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

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[Byte, ByteString]

Attributes

Inherited from:
SpecificIterableFactory