Package org.apache.batik.util.io
Interface StreamNormalizingReader.CharDecoderFactory
-
- All Known Implementing Classes:
StreamNormalizingReader.ASCIIDecoderFactory
,StreamNormalizingReader.ISO_8859_1DecoderFactory
,StreamNormalizingReader.UTF16DecoderFactory
,StreamNormalizingReader.UTF8DecoderFactory
- Enclosing class:
- StreamNormalizingReader
protected static interface StreamNormalizingReader.CharDecoderFactory
Represents a CharDecoder factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharDecoder
createCharDecoder(java.io.InputStream is)
-
-
-
Method Detail
-
createCharDecoder
CharDecoder createCharDecoder(java.io.InputStream is) throws java.io.IOException
- Throws:
java.io.IOException
-
-