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

Packages that use CustomObjectInputStream.StreamCallback
com.thoughtworks.xstream.core.util   
 

Uses of CustomObjectInputStream.StreamCallback in com.thoughtworks.xstream.core.util
 

Methods in com.thoughtworks.xstream.core.util that return CustomObjectInputStream.StreamCallback
 CustomObjectInputStream.StreamCallback CustomObjectInputStream.peekCallback()
           
 CustomObjectInputStream.StreamCallback CustomObjectInputStream.popCallback()
           
 

Methods in com.thoughtworks.xstream.core.util with parameters of type CustomObjectInputStream.StreamCallback
static CustomObjectInputStream CustomObjectInputStream.getInstance(DataHolder whereFrom, CustomObjectInputStream.StreamCallback callback)
           
 void CustomObjectInputStream.pushCallback(CustomObjectInputStream.StreamCallback callback)
          Allows the CustomObjectInputStream (which is expensive to create) to be reused.
 

Constructors in com.thoughtworks.xstream.core.util with parameters of type CustomObjectInputStream.StreamCallback
CustomObjectInputStream(CustomObjectInputStream.StreamCallback callback)
          Warning, this object is expensive to create (due to functionality inherited from superclass).
 



Copyright © 2004-2007 XStream. All Rights Reserved.