|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.ejb.base.io.IOUtils
public class IOUtils
| Constructor Summary | |
|---|---|
IOUtils()
|
|
| Method Summary | |
|---|---|
static ObjectInputStream |
createObjectInputStream(InputStream is,
boolean resolveObject,
ClassLoader loader)
|
static ObjectOutputStream |
createObjectOutputStream(OutputStream os,
boolean replaceObject)
|
static Object |
deserializeObject(byte[] data,
boolean resolveObject,
ClassLoader appClassLoader)
|
static byte[] |
serializeObject(Object obj,
boolean replaceObject)
|
static void |
setJ2EEObjectStreamFactory(J2EEObjectStreamFactory factory)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOUtils()
| Method Detail |
|---|
public static final void setJ2EEObjectStreamFactory(J2EEObjectStreamFactory factory)
public static ObjectInputStream createObjectInputStream(InputStream is,
boolean resolveObject,
ClassLoader loader)
throws Exception
Exception
public static ObjectOutputStream createObjectOutputStream(OutputStream os,
boolean replaceObject)
throws IOException
IOException
public static final byte[] serializeObject(Object obj,
boolean replaceObject)
throws NotSerializableException,
IOException
NotSerializableException
IOException
public static final Object deserializeObject(byte[] data,
boolean resolveObject,
ClassLoader appClassLoader)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||