Deprecated API
Contents
-
Deprecated ClassesClassDescriptionUse the
SinkWrapper
approach which doesn't require the use of dynamic proxies.UseBufferingSinkProxyFactory
instead which buffers on the (higher) Sink API level which usually is less memory intense than buffering the output stream which is done by this class. Also it doesn't require dynamically creating new sinks leveraging aSinkFactory
.
-
Deprecated MethodsMethodDescriptionthis does not work in multi-module builds, see DOXIA-373
-
Deprecated ConstructorsConstructorDescriptionlegacy constructor, use
IndexingSink(Sink)
withSinkAdapter
as argument and callIndexingSink.getRootEntry()
to retrieve the index tree afterwards.