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 ObjectInputOutputStreamFactory
IOException
public ObjectOutputStream createObjectOutputStream(OutputStream out) throws IOException
createObjectOutputStream
in interface ObjectInputOutputStreamFactory
IOException
public Class<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc) throws IOException, ClassNotFoundException
resolveClass
in interface ObjectInputOutputStreamFactory
IOException
ClassNotFoundException
public void annotateClass(ObjectOutputStream out, Class<?> cl) throws IOException
annotateClass
in interface ObjectInputOutputStreamFactory
IOException
Copyright © 2021. All rights reserved.