|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.openfoundation.io.XPInputStreamReader
com.plumtree.openfoundation.io.XPFileReader
public class XPFileReader
XPFileReader is a wrapper over the InputStreamReader.
Constructor Summary | |
---|---|
XPFileReader(java.io.InputStream stream)
Creates a new XPFileReader object that wraps the InputStream. |
|
XPFileReader(java.io.InputStreamReader reader)
Creates a new XPFileReader object that wraps the InputStreamReader. |
Method Summary |
---|
Methods inherited from class com.plumtree.openfoundation.io.XPInputStreamReader |
---|
Close, GetUnderlyingObject, Read, Read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XPFileReader(java.io.InputStreamReader reader)
reader
- An instance of InputStreamReaderpublic XPFileReader(java.io.InputStream stream)
stream
- An instance of InputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |