Uses of Package
org.apache.batik.util.io

Packages that use org.apache.batik.util.io
org.apache.batik.css.parser Provides a CSS parser conform to the SAC API. 
org.apache.batik.parser Provides a set of parsers and objects to manipulate SVG attributes. 
org.apache.batik.util.io   
org.apache.batik.xml   
 

Classes in org.apache.batik.util.io used by org.apache.batik.css.parser
NormalizingReader
          This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.
 

Classes in org.apache.batik.util.io used by org.apache.batik.parser
NormalizingReader
          This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.
 

Classes in org.apache.batik.util.io used by org.apache.batik.util.io
AbstractCharDecoder
          This class is the superclass of all the char decoders.
CharDecoder
          This interface represents an object which decodes characters from a stream of bytes.
NormalizingReader
          This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.
StreamNormalizingReader.CharDecoderFactory
          Represents a CharDecoder factory.
 

Classes in org.apache.batik.util.io used by org.apache.batik.xml
NormalizingReader
          This class represents a reader which normalizes the line break: \n, \r, \r\n are replaced by \n.
StreamNormalizingReader
          This class represents a NormalizingReader which handles streams of bytes.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.