KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > FilterWriter > Top Examples

  • org.apache.commons.io.output.ProxyWriter
    A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called. It is an alternative base class to FilterWriter to increase reusability, because FilterWriter changes the methods being called, such as write(char[ ...
  • org.apache.avalon.excalibur.monitor.ResourceWriter
    Managed Writer. This is convenient when you want to dynamically set and get the information from the resource. For instance, the Resource does not need to be actively monitored if all access to the resource goes through this type of Resource. It can notify the change as soon as the Writer or Ou ...
  • com4j.tlbimp.DumpCodeWriter
    {@link CodeWriter} that dumps to stdout. For debugging. @author Kohsuke Kawaguchi (kk@kohsuke.org)
  • com.sun.org.apache.bcel.internal.classfile.Utility
    Utility functions that do not really belong to any class in particular. @version $Id: Utility.java,v 1.1.1.1 2001/10/29 20:00:05 jvanzyl Exp $ @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
Popular Tags