Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----java.io.OutputStream | +----com.jconfig.NullOutputStream
Summary |
class NullOutputStream extends java.io.OutputStream { // Fields 1 private static final String copyrightString; // Constructors 1 public NullOutputStream(); // Methods 1 public void write(int) throws IOException; }
An OutputStream which just discards any data written to it. Used by the Trace class.
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· NullOutputStream | Summary | Top |
public NullOutputStream()
Default constructor
Methods |
· write | Summary | Top |
public void write(int b) throws IOException
- Overrides:
- write in class OutputStream
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7