com.plumtree.openfoundation.io
Class XPFileWriter

java.lang.Object
  extended by com.plumtree.openfoundation.io.XPWriter
      extended by com.plumtree.openfoundation.io.XPOutputStreamWriter
          extended by com.plumtree.openfoundation.io.XPFileWriter

public class XPFileWriter
extends XPOutputStreamWriter

XPFileWriter corresponds to java.io.OutputStreamWriter or System.IO.StreamWriter.


Field Summary
 
Fields inherited from class com.plumtree.openfoundation.io.XPWriter
writer
 
Constructor Summary
XPFileWriter(java.io.OutputStreamWriter outputStreamWriter)
          Creates a new XPFileWriter object that wraps the OutputStreamWriter.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.io.XPOutputStreamWriter
Close, Flush, GetUnderlyingObject, Write, Write, Write, Write
 
Methods inherited from class com.plumtree.openfoundation.io.XPWriter
NullWriter, WriteLine, WriteLine, WriteLine, WriteLine, WriteLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPFileWriter

public XPFileWriter(java.io.OutputStreamWriter outputStreamWriter)
Creates a new XPFileWriter object that wraps the OutputStreamWriter.

Parameters:
outputStreamWriter - An instance of OutputStreamWriter


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.