Constructor

new ()

Methods

getArrayInt ():Array<Int>

Multi property array int value from line

Returns:

Array

getBool ():Bool

Boolean value from line

Returns:

Bool

getFloat ():Float

Float value from line

Returns:

Float

getFloatArray ():Array<Float>

Float Array value from line

Returns:

Array

getInt ():Int

Int from string

Returns:

Int

getIntArray ():Array<Int>

Int Array value from line

Returns:

Array

getName ():String

getPoint ():Point

Point (x,y) from line

Returns:

Point

getString ():String

String value from line

Returns:

String

getStringArray ():Array<String>

String Array value from line

Returns:

Array

readLines (string:String):Bool

Read lines and put into line vector

Parameters:

string

text split into lines

readName (name:String):Bool

Name from line

Parameters:

name

Returns:

Bool

Static variables

@:value("\n")staticinlineread onlyEOL:String = "\n"