J.Input

object Input extends Ref.Custom.Type[Input, InputStream]
Source
__.scala
class Ref.Custom.Type[Input, InputStream]
class Object
trait Matchable
class Any

Member

opaque type Bytes

J.Input.Bytes is an opaque value, backed by java.io.InputStream

J.Input.Bytes is an opaque value, backed by java.io.InputStream

Source
Bytes.scala
opaque type Bytes

J.Input.Bytes is an opaque value, backed by java.io.InputStream

J.Input.Bytes is an opaque value, backed by java.io.InputStream

Source
Bytes.scala
opaque type Data

J.Input.Data is an opaque value, backed by java.io.DataInputStream

J.Input.Data is an opaque value, backed by java.io.DataInputStream

Source
Data.scala
opaque type Data

J.Input.Data is an opaque value, backed by java.io.DataInputStream

J.Input.Data is an opaque value, backed by java.io.DataInputStream

Source
Data.scala
opaque type Text

J.Input.Data is an opaque value, backed by java.io.Reader

J.Input.Data is an opaque value, backed by java.io.Reader

Source
Text.scala
opaque type Text

J.Input.Data is an opaque value, backed by java.io.Reader

J.Input.Data is an opaque value, backed by java.io.Reader

Source
Text.scala

Def

def apply(v: InputStream): Input
Source
__.scala
def apply(ba: Array[Byte]): Input
Source
__.scala
def apply(ba: Array[Byte], offs: Int, length: Int): Input
Source
__.scala
def apply(text: String): Input
Source
__.scala
def apply(f: Path): Input
Source
__.scala
def asData: Data
Source
__.scala
def asText: Text
Source
__.scala
def load: Input
Source
__.scala
@targetName("getVoid")
inline def void: Input

Get void instance

Get void instance

Source
__.scala

Inherited

def info(v: Input): Info

Type to Info

Type to Info

Override this method to provide type standard Info implementation

Inherited from
Type
Source
Type.scala
final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Input): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: InputStream
Inherited from
Type
Source
Type.scala
def tag(v: Input): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala