org.openorb.pss.connector.file
Class FileUtil
java.lang.Object
org.openorb.pss.connector.file.FileUtil
public class FileUtil
- extends java.lang.Object
This class provides utility for file persistance.
- Author:
- Jerome Daniel
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtil
public FileUtil()
truncArray
public static void truncArray(java.lang.Object[] src,
java.lang.Object[] tgt,
int index)
marshalRef
public static void marshalRef(java.lang.Object ref,
org.omg.CORBA.portable.OutputStream output)
unmarshalRef
public static StorageObjectRef unmarshalRef(java.lang.Object ref,
org.omg.CORBA.portable.InputStream input,
StorageHomeBase hbase)