api / tv.twelvetone.io

Package tv.twelvetone.io

Types

ArrayList

class ArrayList<T> : MutableList<T>

InputStream

interface InputStream

Reader

interface Reader

System

object System

Writer

abstract class Writer

Abstract class for writing to character streams. The only methods that a subclass must implement are write(char[], int, int), flush(), and close(). Most subclasses, however, will override some of the methods defined here in order to provide higher efficiency, additional functionality, or both.

XString

class XString

Annotations

PlatformName

annotation class PlatformName

PlatformStatic

annotation class PlatformStatic

Exceptions

IllegalArgumentException

class IllegalArgumentException : Throwable

NumberFormatException

class NumberFormatException : Throwable

Extensions for External Classes

kotlin.Double

kotlin.Int

kotlin.String

Functions

escapeIfNeeded

fun escapeIfNeeded(string: String, options: Options, isObjectPropertyName: Boolean): String

isNumber

fun isNumber(string: String): Boolean

toHexString

fun toHexString(int: Int): String