|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.util.io.WicketObjectStreamFactory
public class WicketObjectStreamFactory
Object stream factory for Wicket's custom serialization.
WicketObjectInputStream,
WicketObjectOutputStream| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.wicket.util.io.IObjectStreamFactory |
|---|
IObjectStreamFactory.DefaultObjectStreamFactory |
| Constructor Summary | |
|---|---|
WicketObjectStreamFactory()
|
|
| Method Summary | |
|---|---|
java.io.ObjectInputStream |
newObjectInputStream(java.io.InputStream in)
Gets a new instance of an ObjectInputStream with the provided InputStream. |
java.io.ObjectOutputStream |
newObjectOutputStream(java.io.OutputStream out)
Gets a new instance of an ObjectOutputStream with the provided OutputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WicketObjectStreamFactory()
| Method Detail |
|---|
public java.io.ObjectInputStream newObjectInputStream(java.io.InputStream in)
throws java.io.IOException
IObjectStreamFactoryObjectInputStream with the provided InputStream.
newObjectInputStream in interface IObjectStreamFactoryin - The input stream that should be used for the reading
java.io.IOException - if an I/O error occurs while reading stream headerIObjectStreamFactory.newObjectInputStream(java.io.InputStream)
public java.io.ObjectOutputStream newObjectOutputStream(java.io.OutputStream out)
throws java.io.IOException
IObjectStreamFactoryObjectOutputStream with the provided OutputStream.
newObjectOutputStream in interface IObjectStreamFactoryout - The output stream that should be used for the writing
java.io.IOException - if an I/O error occurs while writing stream headerIObjectStreamFactory.newObjectOutputStream(java.io.OutputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||