init
public void init(String path)
throws IOException
- init in interface Transaction
load
public Object load(String name)
throws IOException,
ClassNotFoundException
- load in interface Transaction
load
public Object load(String dirName,
String name)
throws IOException,
ClassNotFoundException
- load in interface Transaction
loadByteArray
public byte[] loadByteArray(String name)
throws IOException,
ClassNotFoundException
- loadByteArray in interface Transaction
loadByteArray
public byte[] loadByteArray(String dirName,
String name)
throws IOException
- loadByteArray in interface Transaction
save
public void save(Serializable obj,
String name)
throws IOException
- save in interface Transaction
save
public void save(Serializable obj,
String dirName,
String name)
throws IOException
- save in interface Transaction
saveByteArray
public void saveByteArray(byte[] buf,
String name)
throws IOException
- saveByteArray in interface Transaction
saveByteArray
public void saveByteArray(byte[] buf,
String dirName,
String name)
throws IOException
- saveByteArray in interface Transaction