TextUtils

confuse.util.TextUtils$
object TextUtils

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class LocationStream(in: InputStream, sizeHint: Int) extends InputStream

Attributes

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

Value members

Concrete methods

def lineOffsets(in: InputStream): Array[Int]
def lineOffsets(readable: Readable): Array[Int]
def posToRowAndCol(offsets: Array[Int], pos: Int): (Int, Int)