Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Class
java.io.PrintStream

Packages that use PrintStream
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of PrintStream in java.lang
 

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

Methods in java.lang with parameters of type PrintStream
 void Throwable.printStackTrace(PrintStream s)
          Prints this throwable and its backtrace to the specified print stream.
static void System.setOut(PrintStream out)
          Reassigns the "standard" output stream.
static void System.setErr(PrintStream err)
          Reassigns the "standard" error output stream.
 

Uses of PrintStream in java.util
 

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


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.