SunSPOT API V5.0


Uses of Class
java.io.PrintStream

Packages that use PrintStream
com.sun.spot.util Utility classes. 
com.sun.squawk   
java.lang   
 

Uses of PrintStream in com.sun.spot.util
 

Methods in com.sun.spot.util with parameters of type PrintStream
 void Properties.list(PrintStream out)
          Prints this property list out to the specified output stream.
 

Uses of PrintStream in com.sun.squawk
 

Methods in com.sun.squawk with parameters of type PrintStream
static void VM.outPrint(PrintStream stream, long val)
          Print val safely to Stream, or to VM.print if that fails.
static void VM.outPrint(PrintStream stream, String str)
          Print str safely to Stream, or to VM.print if that fails.
static void VM.outPrintln(PrintStream stream)
          Print new line safely to Stream, or to VM.print if that fails.
static void VM.outPrintln(PrintStream stream, String str)
          Print str safely to Stream, or to VM.print if that fails.
static void Isolate.printAllIsolateStates(PrintStream out)
          Print out the thread state and stack trace for each thread of each isolate in the system.
 void Isolate.printAllThreadStates(PrintStream out)
          Print out the thread state and stack trace for each thread belonging this isolate.
 

Uses of PrintStream in java.lang
 

Fields in java.lang declared as PrintStream
static PrintStream System.err
          The "standard" error output stream.
static PrintStream System.out
          The "standard" output stream.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.