All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.cf.IndentWriter

java.lang.Object
   |
   +----java.io.Writer
           |
           +----java.io.PrintWriter
                   |
                   +----com.ibm.cf.IndentWriter

class IndentWriter
extends PrintWriter
An IndentWriter object behaves the same as a PrintWriter object, with the additional capability of being able to print strings that are prepended with a specified amount of spaces.

Version:
1.0

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index