Uses of Interface
com.thoughtworks.xstream.core.util.CustomObjectOutputStream.StreamCallback
-
Packages that use CustomObjectOutputStream.StreamCallback Package Description com.thoughtworks.xstream.core.util -
-
Uses of CustomObjectOutputStream.StreamCallback in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util that return CustomObjectOutputStream.StreamCallback Modifier and Type Method Description CustomObjectOutputStream.StreamCallback
CustomObjectOutputStream. peekCallback()
CustomObjectOutputStream.StreamCallback
CustomObjectOutputStream. popCallback()
Methods in com.thoughtworks.xstream.core.util with parameters of type CustomObjectOutputStream.StreamCallback Modifier and Type Method Description static CustomObjectOutputStream
CustomObjectOutputStream. getInstance(DataHolder whereFrom, CustomObjectOutputStream.StreamCallback callback)
void
CustomObjectOutputStream. pushCallback(CustomObjectOutputStream.StreamCallback callback)
Allows the CustomObjectOutputStream (which is expensive to create) to be reused.Constructors in com.thoughtworks.xstream.core.util with parameters of type CustomObjectOutputStream.StreamCallback Constructor Description CustomObjectOutputStream(CustomObjectOutputStream.StreamCallback callback)
Warning, this object is expensive to create (due to functionality inherited from superclass).
-