Class FileW

java.lang.Object
  |
  +--java.io.Writer
        |
        +--java.io.OutputStreamWriter
              |
              +--java.io.FileWriter
                    |
                    +--FileW

public class FileW
extends java.io.FileWriter


Fields inherited from class java.io.OutputStreamWriter
bb, ctb, defaultByteBufferSize, nBytes, nextByte, out
 
Fields inherited from class java.io.Writer
lock, writeBuffer, writeBufferSize
 
Constructor Summary
(package private) FileW(java.lang.String s)
           
 
Method Summary
(package private) static java.lang.String indentLine(java.lang.String s, int indent)
           
 void write(java.lang.String s, int indent)
           
 
Methods inherited from class java.io.OutputStreamWriter
close, ensureOpen, flush, flushBuffer, getEncoding, write, write, write
 
Methods inherited from class java.io.Writer
write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

FileW

FileW(java.lang.String s)
throws java.io.IOException
Method Detail

indentLine

static java.lang.String indentLine(java.lang.String s,
                                   int indent)

write

public void write(java.lang.String s,
                  int indent)
           throws java.io.IOException