java.lang
Class System

java.lang.Object
  extended by java.lang.System

public class System
extends Object


Field Summary
static PrintStream err
           
static PrintStream out
           
 
Constructor Summary
System()
           
 
Method Summary
static void arraycopy(Object source, int source_offset, Object dest, int dest_offset, int count)
           
static int currentTimeMillis()
           
static void exit(int errorcode)
           
static String getProperty(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, println, toString
 

Field Detail

out

public static final PrintStream out

err

public static final PrintStream err
Constructor Detail

System

public System()
Method Detail

arraycopy

public static void arraycopy(Object source,
                             int source_offset,
                             Object dest,
                             int dest_offset,
                             int count)
Parameters:
value -
offset -
cs -
i -
count -

exit

public static void exit(int errorcode)

currentTimeMillis

public static int currentTimeMillis()

getProperty

public static String getProperty(String s)