CodedOutputStream

com.google.protobuf.CodedOutputStream
See theCodedOutputStream companion object
class CodedOutputStream(output: OutputStream, buffer: Array[Byte])

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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