Java Platform 1.2
Beta 4

Uses of Class
java.io.PrintStream

Packages that use PrintStream
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.lang Provides classes that are fundamental to the design of the Java programming language.  
java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects.  
java.rmi.server Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.  
java.security Provides the classes and interfaces for the security framework.  
java.sql Provides the JDBC package.  
java.util Provides useful utilities for data structures, date, time, internationalization, events (root interfaces), a simple string tokenizer, a random-number generator, observers, properties and exceptions.  
 

Uses of PrintStream in com.sun.java.swing
 

Methods in com.sun.java.swing that return PrintStream
static PrintStream DebugGraphics.logStream()
          Returns the stream to which the DebugGraphics logs drawing operations.
 

Methods in com.sun.java.swing with parameters of type PrintStream
static void DebugGraphics.setLogStream(PrintStream stream)
          Sets the stream to which the DebugGraphics logs drawing operations.
 

Uses of PrintStream in com.sun.java.swing.text
 

Methods in com.sun.java.swing.text with parameters of type PrintStream
 void AbstractDocument.dump(PrintStream out)
          Gives a diagnostic dump.
 void AbstractDocument.AbstractElement.dump(PrintStream psOut, int indentAmount)
          Dumps a debugging representation of the element hierarchy.
 

Uses of PrintStream in java.awt
 

Methods in java.awt with parameters of type PrintStream
 void Component.list(PrintStream out)
          Prints a listing of this component to the specified output stream.
 void Component.list(PrintStream out, int indent)
          Prints out a list, starting at the specified indention, to the specified print stream.
 void Container.list(PrintStream out, int indent)
          Prints a listing of this container to the specified output stream.
 

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.
 void ExceptionInInitializerError.printStackTrace(PrintStream ps)
          Prints the stack trace of the exception that occurred to the specified print stream.
 void ClassNotFoundException.printStackTrace(PrintStream ps)
          Prints the stack 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.lang.reflect
 

Methods in java.lang.reflect with parameters of type PrintStream
 void InvocationTargetException.printStackTrace(PrintStream ps)
          Prints the stack trace of the thrown target exception to the specified print stream.
 

Uses of PrintStream in java.rmi.server
 

Subclasses of PrintStream in java.rmi.server
  LogStream
          LogStream presents a mechanism for logging errors that are of possible interest to those monitoring the system.
 

Methods in java.rmi.server that return PrintStream
static PrintStream RemoteServer.getLog()
          Returns stream for the RMI call log.
static PrintStream LogStream.getDefaultStream()
          Return the current default stream for new logs.
 

Methods in java.rmi.server with parameters of type PrintStream
static void LogStream.setDefaultStream(PrintStream newDefault)
          Set the default stream for new logs.
 

Uses of PrintStream in java.security
 

Methods in java.security with parameters of type PrintStream
 void PrivilegedActionException.printStackTrace(PrintStream ps)
          Prints the stack trace of the exception that occurred to the specified print stream.
 

Uses of PrintStream in java.sql
 

Methods in java.sql that return PrintStream
static PrintStream DriverManager.getLogStream()
          Deprecated.  
 

Methods in java.sql with parameters of type PrintStream
static void DriverManager.setLogStream(PrintStream out)
          Deprecated.  
 

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.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.