Inheritance diagram for Sct::File.ObjectManagerFile:

Public Member Functions | |
| Streamable | readObject (byte[] data, String className) throws java.io.IOException |
| Read an object from a raw byte[] Useful for passing structures around over IPC! | |
| Serializable | readObject (String name) throws java.io.IOException |
| Read a Serializable using the back-end specific identifier. | |
| Serializable | readObject (String uniqueID, String className) throws java.io.IOException |
| Read a Serializable with uniqueID and className as given. | |
| Name | writeObject (Serializable object) throws java.io.IOException |
| Write a Serializable object. | |
Static Public Member Functions | |
| ObjectManagerFile | getInstance () |
| Get the global instance of the File IO Manager. | |
It should use exactly the same format as the C++ code!
|
||||||||||||
|
Read a Serializable with uniqueID and className as given.
Implements Sct.ObjectManager. |
|
|
Read a Serializable using the back-end specific identifier.
Implements Sct.ObjectManager. |
|
|
Write a Serializable object.
Implements Sct.ObjectManager. |
1.3-rc3