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)
          Deprecated. As of 1.4 use CustomObjectInputStream.getInstance(DataHolder, StreamCallback, ClassLoader)
static CustomObjectInputStream CustomObjectInputStream.getInstance(DataHolder whereFrom, CustomObjectInputStream.StreamCallback callback, ClassLoader classLoaderReference)
           
 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, ClassLoader classLoader)
          Warning, this object is expensive to create (due to functionality inherited from superclass).
 



Copyright © 2012. All Rights Reserved.