|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.serializer.methods.Arc2DSerializer
public class Arc2DSerializer
A serialize-Method for Arc-2D Shapes.
Constructor Summary | |
---|---|
Arc2DSerializer()
Default constructor. |
Method Summary | |
---|---|
Class |
getObjectClass()
The class of the object, which this object can serialize. |
Object |
readObject(ObjectInputStream stream)
Reads the object from the object input stream. |
void |
writeObject(Object o,
ObjectOutputStream stream)
Writes a serializable object description to the given object output stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arc2DSerializer()
Method Detail |
---|
public void writeObject(Object o, ObjectOutputStream stream) throws IOException
writeObject
in interface SerializeMethod
o
- the to be serialized object.stream
- the outputstream that should receive the object.
IOException
- if an I/O error occured.public Object readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
readObject
in interface SerializeMethod
stream
- the object input stream from where to read the serialized data.
IOException
- if reading the stream failed.
ClassNotFoundException
- if serialized object class cannot be found.public Class getObjectClass()
getObjectClass
in interface SerializeMethod
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |