ByteOps

upickle.core.ByteOps$
object ByteOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ByteOps.type

Members list

Type members

Types

type Output = OutputStream

Value members

Concrete methods

def lessThan(c1: Byte, c2: Char): Boolean
def newString(arr: Array[Byte], i: Int, length: Int): String
def toInt(c: Byte): Int
def toUnsignedInt(c: Byte): Int
def within(c1: Char, c2: Byte, c3: Char): Boolean