|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--hep.graphics.heprep.ref.DefaultHepRepWriter
Writew out java serialized IO
| Field Summary | |
static String |
cvsId
|
| Constructor Summary | |
DefaultHepRepWriter(ObjectOutputStream out)
|
|
| Method Summary | |
void |
close()
Closes the writer and its underlying stream. |
void |
write(HepRep heprep)
Writes a HepRep. |
void |
write(HepRepAction action)
Writes a HepRepAction. |
void |
write(HepRepAttDef attDef)
Writes a HepRepAttDef. |
void |
write(HepRepAttribute attribute)
Writes a HepRepAttribute. |
void |
write(HepRepAttValue attValue)
Writes a HepRepAttValue. |
void |
write(HepRepDefinition definition)
Writes a HepRepDefinition. |
void |
write(HepRepInstance instance)
Writes a HepRepInstance. |
void |
write(HepRepInstanceTree instanceTree)
Writes a HepRepInstanceTree. |
void |
write(HepRepPoint point)
Writes a HepRepPoint. |
void |
write(HepRepTreeID treeID)
Writes a HepRepTreeID. |
void |
write(HepRepType type)
Writes a HepRepType. |
void |
write(HepRepTypeTree typeTree)
Writes a HepRepTypeTree. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String cvsId
| Constructor Detail |
public DefaultHepRepWriter(ObjectOutputStream out)
| Method Detail |
public void close()
throws IOException
HepRepWriter
close in interface HepRepWriterIOException - in case of a stream problem.
public void write(HepRep heprep)
throws IOException
HepRepWriter
write in interface HepRepWriterheprep - to be written.
IOException - in case of a stream problem.
public void write(HepRepTypeTree typeTree)
throws IOException
HepRepWriter
write in interface HepRepWritertypeTree - to be written.
IOException - in case of a stream problem.
public void write(HepRepType type)
throws IOException
HepRepWriter
write in interface HepRepWritertype - to be written.
IOException - in case of a stream problem.
public void write(HepRepTreeID treeID)
throws IOException
HepRepWriter
write in interface HepRepWritertreeID - to be written.
IOException - in case of a stream problem.
public void write(HepRepAction action)
throws IOException
HepRepWriter
write in interface HepRepWriteraction - to be written.
IOException - in case of a stream problem.
public void write(HepRepInstanceTree instanceTree)
throws IOException
HepRepWriter
write in interface HepRepWriterinstanceTree - to be written.
IOException - in case of a stream problem.
public void write(HepRepInstance instance)
throws IOException
HepRepWriter
write in interface HepRepWriterinstance - to be written.
IOException - in case of a stream problem.
public void write(HepRepPoint point)
throws IOException
HepRepWriter
write in interface HepRepWriterpoint - to be written.
IOException - in case of a stream problem.
public void write(HepRepAttribute attribute)
throws IOException
HepRepWriter
write in interface HepRepWriterattribute - to be written.
IOException - in case of a stream problem.
public void write(HepRepDefinition definition)
throws IOException
HepRepWriter
write in interface HepRepWriterdefinition - to be written.
IOException - in case of a stream problem.
public void write(HepRepAttValue attValue)
throws IOException
HepRepWriter
write in interface HepRepWriterattValue - to be written.
IOException - in case of a stream problem.
public void write(HepRepAttDef attDef)
throws IOException
HepRepWriter
write in interface HepRepWriterattDef - to be written.
IOException - in case of a stream problem.
|
FreeHEP API Version v1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||