public static class IlvSegmentedHyperEdge.SegmentShape extends Object implements IlvPersistentObject
Constructor and Description |
---|
SegmentShape(IlvInputStream stream)
Reads the object from an
IlvInputStream . |
Modifier and Type | Method and Description |
---|---|
void |
write(IlvOutputStream stream)
Writes the object to an
IlvOutputStream . |
public SegmentShape(IlvInputStream stream) throws IlvReadFileException
IlvInputStream
.stream
- The input stream.IlvReadFileException
- if the format is not correct.public void write(IlvOutputStream stream) throws IOException
IlvOutputStream
. You should not call
this method directly; instead, you should use the write
*
methods of the manager.write
in interface IlvPersistentObject
stream
- The output stream.IOException
- thrown when an exception occurs during
the write operation for this object.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.