CodedInputStream

com.google.protobuf.CodedInputStream
See theCodedInputStream companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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
def readRawVarint32(input: InputStream): Int
def readRawVarint32(firstByte: Int, input: InputStream): Int