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.StreamCallbackCustomObjectOutputStream. peekCallback()CustomObjectOutputStream.StreamCallbackCustomObjectOutputStream. popCallback()Methods in com.thoughtworks.xstream.core.util with parameters of type CustomObjectOutputStream.StreamCallback Modifier and Type Method Description static CustomObjectOutputStreamCustomObjectOutputStream. getInstance(DataHolder whereFrom, CustomObjectOutputStream.StreamCallback callback)voidCustomObjectOutputStream. 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).
-