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

All Known Implementing Classes:
StreamNormalizingReader.ASCIIDecoderFactory, StreamNormalizingReader.ISO_8859_1DecoderFactory, StreamNormalizingReader.UTF8DecoderFactory, StreamNormalizingReader.UTF16DecoderFactory
Enclosing class:
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


Copyright © 2002 Apache Software Foundation. All Rights Reserved.