| Method |
Description |
|
arrayCopy(
)
|
Copies the specified number of array elements from the specified source
array at the given starting position to the named destination array starting
at the specified position. |
|
call(
)
|
Loads and executes the specified iScript executable. |
|
currentTimeMillis(
)
|
Returns the current time in milliseconds. |
|
destroy(
)
|
Kills the specified process. |
|
env(
)
|
Returns a hash table containings the current environmental variables or returns the value associated with the specified environmental variable. |
|
err(
)
|
Returns the print stream object for standard error. |
|
exec(
)
|
Executes the specified command passing the given optional arguments
in a separate process space. |
|
exit(
)
|
Ends the program and returns control to the system. |
|
exitValue(
)
|
Returns the exit value for the specified subprocess. |
|
freeMemory(
)
|
Returns the amount of free memory in the system. |
|
gc(
)
|
Runs the garbage collector. |
|
getErrorStream(
)
|
Returns the error stream object of the specified sub process object. |
|
getInputStream(
)
|
Returns the input stream object of the specified sub process object. |
|
getOutputStream(
)
|
Returns the output stream object of the specified sub process object. |
|
getProperties(
)
|
Returns a properties objects containing the current system properties. |
|
getProperty(
)
|
Returns the system property with the specified key. |
|
getRuntime(
)
|
Returns the runtime object of the current Java application. |
|
getSecurityManager(
)
|
Returns the current security manager object. |
|
in(
)
|
Returns the input stream object for standard input. |
|
load(
)
|
Loads the specified file as a dynamic libary. |
|
loadLibrary(
)
|
Loads the system library using the specified library name. |
|
make
|
Generate the specified output file using the given input file. |
|
out(
)
|
Returns the print stream object for standard output. |
|
runFinalization(
)
|
Runs the finalization method of objects pending finalization. |
|
setProperties(
)
|
Sets the system properies using the specified properties object. |
|
setSecurityManager(
)
|
Sets the system security manager to the specified security manager
object. |
|
setErr(
)
|
Sets the stderr error output stream to the specified print stream object. |
|
setIn(
)
|
Sets the stdin input stream to the specified input stream object. |
|
setOut(
)
|
Sets the stdout output stream to the to the specified print stream
object. |
|
stderr(
)
|
Returns the print stream object for standrd error. |
|
stdin(
)
|
Returns the input stream object for standard input. |
|
stdout(
)
|
Returns the print stream object for standard output. |
|
totalMemory(
)
|
Returns the total amount of memory. |
|
waitFor(
)
|
Waits for the specified subprocess object to complete and returns its
exit value. |