SemanticdbInputStream

dotty.tools.dotc.semanticdb.internal.SemanticdbInputStream$
See theSemanticdbInputStream companion class

Attributes

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

Members list

Concise view

Value members

Concrete methods

def decodeZigZag32(n: Int): Int
def decodeZigZag64(n: Long): Long
def newInstance(input: InputStream): SemanticdbInputStream
def newInstance(buf: Array[Byte]): SemanticdbInputStream
def newInstance(buf: Array[Byte], off: Int, len: Int): SemanticdbInputStream
def readRawVarint32(input: InputStream): Int
def readRawVarint32(firstByte: Int, input: InputStream): Int