Public Member Functions

alma.tools.idlgen.StrippingPrintWriter Class Reference

Inherits java::io::PrintWriter.

List of all members.

Public Member Functions

 StrippingPrintWriter (Writer out, boolean autoFlush)
void write (String s)

Detailed Description

This class is used as a somewhat dirty, but very efficient way to avoid overloading and copying 95% of the implementation of a number of methods like IdlToJava.translate_struct(IdlObject obj, File writeInto).

In these methods, only very few known Strings must be suppressed or modified; the strings are hopefully unique enough to not provoke unforeseen damage with the modification.

See also:
OutputStringManipulator

Constructor & Destructor Documentation

alma.tools.idlgen.StrippingPrintWriter.StrippingPrintWriter ( Writer  out,
boolean  autoFlush 
)

Member Function Documentation

void alma.tools.idlgen.StrippingPrintWriter.write ( String  s  ) 
See also:
Writer.write(String)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties