public class OSGiObjectInputOutputStreamFactoryImpl extends Object implements ObjectInputOutputStreamFactory
| Constructor and Description |
|---|
OSGiObjectInputOutputStreamFactoryImpl(org.osgi.framework.BundleContext ctx) |
| 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 OSGiObjectInputOutputStreamFactoryImpl(org.osgi.framework.BundleContext ctx)
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.