|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.AbstractIOObject
public abstract class AbstractIOObject
This is an abstract superclass for all IOObject. It provides basic implementations for all methods of IOthe interface Object. In addition, it also provides static methods which can be used for reading IOObjects from XML strings and input streams / files containing the XML serialization.
Constructor Summary | |
---|---|
AbstractIOObject()
|
Method Summary | |
---|---|
IOObject |
copy()
Returns not a copy but the very same object. |
static IOObject |
read(java.io.File file)
|
static IOObject |
read(java.io.InputStream in)
|
static IOObject |
read(java.lang.String xml)
|
void |
write(java.io.File file)
Just serializes this object with help of a XMLSerialization . |
void |
write(java.io.OutputStream out)
Just serializes this object with help of a XMLSerialization . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractIOObject()
Method Detail |
---|
public IOObject copy()
ExampleSet
s) should
overwrite this method and return a proper copy.
copy
in interface IOObject
public final void write(java.io.File file) throws java.io.IOException
XMLSerialization
.
write
in interface IOObject
java.io.IOException
public final void write(java.io.OutputStream out)
XMLSerialization
.
write
in interface IOObject
public static IOObject read(java.lang.String xml)
public static IOObject read(java.io.InputStream in)
public static IOObject read(java.io.File file) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |