Uses of Interface
com.thoughtworks.xstream.core.util.CustomObjectOutputStream.StreamCallback

Packages that use CustomObjectOutputStream.StreamCallback
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
 CustomObjectOutputStream.StreamCallback CustomObjectOutputStream.peekCallback()
           
 CustomObjectOutputStream.StreamCallback CustomObjectOutputStream.popCallback()
           
 

Methods in com.thoughtworks.xstream.core.util with parameters of type CustomObjectOutputStream.StreamCallback
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
CustomObjectOutputStream(CustomObjectOutputStream.StreamCallback callback)
          Warning, this object is expensive to create (due to functionality inherited from superclass).
 



Copyright © 2012. All Rights Reserved.