|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.popCallback()
|
CustomObjectInputStream.StreamCallback |
CustomObjectInputStream.peekCallback()
|
| 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). |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||