j2ee.io
Class Writer

java.lang.Object
  extended by java.io.Writer
      extended by j2ee.io.Writer
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable, java.lang.Appendable

public abstract class Writer
extends java.io.Writer


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
Writer()
           
Writer(java.lang.Object lock)
           
 
Method Summary
 
Methods inherited from class java.io.Writer
append, append, append, close, flush, write, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writer

public Writer()

Writer

public Writer(java.lang.Object lock)