Uses of Class
fr.gedeon.telnetservice.util.AbstractPrintStream

Packages that use AbstractPrintStream
fr.gedeon.telnetservice.util This package provides a few helper classes that are not required for the proper functioning of the bundle but makes using some functionality easier. 
 

Uses of AbstractPrintStream in fr.gedeon.telnetservice.util
 

Subclasses of AbstractPrintStream in fr.gedeon.telnetservice.util
 class StringBufferPrintStream
          This provides a PrintStream implementation that outputs the stream to an internal StringBuffer that is available through StringBufferPrintStream.getBuffer().
 class VT100PrintStream
          Provides a way to apply a VT100 style to all output that goes through it.
 



Copyright © 2008. All Rights Reserved.