public class NonOSGiObjectInputOutputStreamFactoryImpl extends Object implements ObjectInputOutputStreamFactory
| Constructor and Description |
|---|
NonOSGiObjectInputOutputStreamFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
annotateClass(ObjectOutputStream out,
Class<?> cl) |
ObjectInputStream |
createObjectInputStream(InputStream in) |
ObjectOutputStream |
createObjectOutputStream(OutputStream out) |
Class<?> |
resolveClass(ObjectInputStream in,
ObjectStreamClass desc) |
public NonOSGiObjectInputOutputStreamFactoryImpl()
public ObjectInputStream createObjectInputStream(InputStream in) throws IOException
createObjectInputStream in interface ObjectInputOutputStreamFactoryIOExceptionpublic ObjectOutputStream createObjectOutputStream(OutputStream out) throws IOException
createObjectOutputStream in interface ObjectInputOutputStreamFactoryIOExceptionpublic Class<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc) throws IOException, ClassNotFoundException
resolveClass in interface ObjectInputOutputStreamFactoryIOExceptionClassNotFoundExceptionpublic void annotateClass(ObjectOutputStream out, Class<?> cl) throws IOException
annotateClass in interface ObjectInputOutputStreamFactoryIOExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.