Package com.plumtree.openfoundation.io

Cross-platform wrappers around the underlying platform file I/O classes.

See:
          Description

Class Summary
XPBufferedReader Corresponds to java.io.BufferedReader or System.IO.StreamReader.
XPBufferedWriter Corresponds to java.io.BufferedWriter or System.IO.TextWriter.
XPDirectory XPDirectory is an abstract representation of a directory pathname.
XPFile XPFile is an abstract representation of a file pathname.
XPFileInputStream XPFileInputStream corresponds to java.io.FileInputStream or System.IO.FileStream.
XPFileOutputStream XPFileOutputStream corresponds to java.io.FileOutputStream or System.IO.FileStream.
XPFileReader XPFileReader is a wrapper over the InputStreamReader.
XPFileSystemObject XPFileSystemObject is the base class for XPFile and XPDirectory and it contains methods that are common to file and directory manipulation.
XPFileWriter XPFileWriter corresponds to java.io.OutputStreamWriter or System.IO.StreamWriter.
XPInputStream XPInputStream is a wrapper over the InputStream.
XPInputStreamReader XPInputStreamReader is a wrapper over InputStreamReader.
XPOutputStream XPOutputStream corresponds to java.io.OutputStream or System.IO.Stream.
XPOutputStreamWriter XPOutputStreamWriter is a wrapper over java.io.OutputStreamWriter or System.IO.StreamWriter.
XPReader Corresponds to java.io.Reader and System.IO.TextReader, and is the type returned by XPSystem.In.GetReader().
XPWriter Corresponds to java.io.Writer and System.IO.TextWriter, and is the type returned by XPSystem.Out.GetWriter() and XPSystem.Error.GetWriter().
 

Exception Summary
XPDirectoryNotFoundException The exception that is thrown when a directory cannot be found.
XPFileNotFoundException Corresponds to java.io.FileNotFoundException.
XPIOException Corresponds to java.io.IOException.
XPSecurityException Thrown by the security manager to indicate a security violation.
 

Package com.plumtree.openfoundation.io Description

Cross-platform wrappers around the underlying platform file I/O classes. Checked java.io exceptions are rewrapped as instances of XPException (an unchecked Exception subtype) and rethrown.



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