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. | |
Static Private Attributes | |
ObjectManagerFile | instance |
It should use exactly the same format as the C++ code!
Definition at line 15 of file ObjectManagerFile.java.
|
Read a Serializable with uniqueID and className as given.
Implements Sct.ObjectManager. Definition at line 39 of file ObjectManagerFile.java. References Sct.File.ObjectManagerFile.readObject(). |
Here is the call graph for this function:
|
Read a Serializable using the back-end specific identifier.
Implements Sct.ObjectManager. Definition at line 34 of file ObjectManagerFile.java. References Sct.AbstractObjectManager.readClassName(). |
Here is the call graph for this function:
|
Write a Serializable object.
Implements Sct.ObjectManager. Definition at line 43 of file ObjectManagerFile.java. References Sct.File.OStreamFile.close(), and Sct.AbstractObjectManager.writeClassName(). |
Here is the call graph for this function: