haXe API Documentation
Back
|
Index
extern
class
system.Console
Available in cs
Warning: This class definition is incomplete. In order to get most current extern definitions, install/update hxcs library with: haxelib install hxcs Please refer to http://lib.haxe.org/p/hxcs for more information.
static
var
Error(default,null) :
system.io.StreamWriter
static
var
In(default,null) :
system.io.StreamReader
static
var
Out(default,null) :
system.io.StreamWriter
static
function
OpenStandardError() :
system.io.Stream
static
function
OpenStandardInput() :
system.io.Stream
static
function
OpenStandardOutput() :
system.io.Stream
static
function
Write(obj :
Dynamic
) :
Void
static
function
WriteLine(obj :
Dynamic
) :
Void
Back
|
Index