org.apache.batik.util.io
Interface StreamNormalizingReader.CharDecoderFactory

All Known Implementing Classes:
StreamNormalizingReader.ASCIIDecoderFactory, StreamNormalizingReader.ISO_8859_1DecoderFactory, StreamNormalizingReader.UTF16DecoderFactory, StreamNormalizingReader.UTF8DecoderFactory
Enclosing interface:
StreamNormalizingReader

protected static interface StreamNormalizingReader.CharDecoderFactory

Represents a CharDecoder factory.


Method Summary
 CharDecoder createCharDecoder(java.io.InputStream is)
           
 

Method Detail

createCharDecoder

public CharDecoder createCharDecoder(java.io.InputStream is)
                              throws java.io.IOException
Throws:
java.io.IOException


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.