Output

com.google.protobuf.ByteString.Output
class Output(initialSize: Int) extends OutputStream

Attributes

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

Members list

Value members

Concrete methods

override def write(b: Int): Unit

Attributes

Definition Classes
OutputStream
override def write(b: Array[Byte], offset: Int, len: Int): Unit

Attributes

Definition Classes
OutputStream

Inherited methods

def close(): Unit

Attributes

Inherited from:
OutputStream
def flush(): Unit

Attributes

Inherited from:
OutputStream
def write(x$0: Array[Byte]): Unit

Attributes

Inherited from:
OutputStream