CodedInputStream

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def decodeZigZag32(n: Int): Int
def decodeZigZag64(n: Long): Long
def newInstance(input: InputStream): CodedInputStream
def newInstance(buf: Array[Byte]): CodedInputStream
def newInstance(buf: Array[Byte], off: Int, len: Int): CodedInputStream
@throws(scala.throws.$lessinit$greater$default$1[com.google.protobuf.InvalidProtocolBufferException])
def readRawVarint32(input: InputStream): Int
def readRawVarint32(firstByte: Int, input: InputStream): Int