| Package | Description |
|---|---|
| com.thoughtworks.boofcv.core.util |
| Modifier and Type | Method and Description |
|---|---|
CustomObjectInputStream.StreamCallback |
CustomObjectInputStream.peekCallback() |
CustomObjectInputStream.StreamCallback |
CustomObjectInputStream.popCallback() |
| Modifier and Type | Method and Description |
|---|---|
static CustomObjectInputStream |
CustomObjectInputStream.getInstance(com.thoughtworks.xstream.converters.DataHolder whereFrom,
CustomObjectInputStream.StreamCallback callback)
|
static CustomObjectInputStream |
CustomObjectInputStream.getInstance(com.thoughtworks.xstream.converters.DataHolder whereFrom,
CustomObjectInputStream.StreamCallback callback,
XStreamClassLoader classLoaderReference) |
void |
CustomObjectInputStream.pushCallback(CustomObjectInputStream.StreamCallback callback)
Allows the CustomObjectInputStream (which is expensive to create) to be reused.
|
| Constructor and Description |
|---|
CustomObjectInputStream(CustomObjectInputStream.StreamCallback callback,
XStreamClassLoader classLoader)
Warning, this object is expensive to create (due to functionality inherited from superclass).
|
Copyright © 2013. All Rights Reserved.