Static extension to allow extracting Arguments from an Input.

Static methods

staticreadBlob(input:Input):Bytes

staticreadChar(input:Input):String

staticreadInt64(input:Input):Int64

Reads big endian Int64

Parameters:

input

Returns:

Int64

staticreadTime(input:Input):Date

staticreadUInt32(input:Input):Int

Reads big endian signed int32 as an Int but doesn't try to force signed on platforms without it

Parameters:

input

input to read from

Returns:

Int regular haxe Int, which is actually signed