LocationStream

confuse.util.TextUtils$.LocationStream
class LocationStream(in: InputStream, sizeHint: Int) extends InputStream

Attributes

Graph
Supertypes
class InputStream
trait Closeable
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def posToRowAndCol(pos: Int): (Int, Int)
override def read(): Int

Attributes

Definition Classes
InputStream

Inherited methods

def available(): Int

Attributes

Inherited from:
InputStream
def close(): Unit

Attributes

Inherited from:
InputStream
def mark(x$0: Int): Unit

Attributes

Inherited from:
InputStream
def markSupported(): Boolean

Attributes

Inherited from:
InputStream
def read(x$0: Array[Byte], x$1: Int, x$2: Int): Int

Attributes

Inherited from:
InputStream
def read(x$0: Array[Byte]): Int

Attributes

Inherited from:
InputStream
def reset(): Unit

Attributes

Inherited from:
InputStream
def skip(x$0: Long): Long

Attributes

Inherited from:
InputStream

Concrete fields

var i: Int
val offsets: ArrayBuffer[Int]