Class StreamWriterDelegate

java.lang.Object
org.apache.sis.internal.xml.StreamWriterDelegate
All Implemented Interfaces:
XMLStreamWriter

@Workaround(library="JDK", version="1.8") public class StreamWriterDelegate extends Object implements XMLStreamWriter
Base class for deriving an XMLStreamWriter filters. By default each method does nothing but call the corresponding method on the wrapped instance.

This class is the complement of StreamReaderDelegate provided in standard JDK. For an unknown reason, JDK 8 does not provide a StreamWriterDelegate.

Since:
0.8
Version:
1.0
Author:
Martin Desruisseaux (Geomatys)
See Also: