Uses of Package
org.apache.abdera.i18n.text.io

Packages that use org.apache.abdera.i18n.text.io
org.apache.abdera.i18n.text.io   
org.apache.abdera.parser   
org.apache.abdera.parser.stax.util   
org.apache.abdera.protocol.server.filters   
org.apache.abdera.util   
org.apache.abdera.writer   
 

Classes in org.apache.abdera.i18n.text.io used by org.apache.abdera.i18n.text.io
CharsetSniffingInputStream.Encoding
           
CompressionUtil.CompressionCodec
           
DynamicPushbackInputStream
          PushbackInputStream implementation that performs dynamic resizing of the unread buffer
PeekAheadInputStream
          A version of RewindableInputStream that provides methods for peeking ahead in the stream (equivalent to read() followed by an appropriate unread()
RewindableInputStream
          RewindableInputStream is a specialization of the PushbackInputStream that maintains an internal buffer of read bytes that a user can rewind (unread) back into the stream without having to do their own buffer management.
 

Classes in org.apache.abdera.i18n.text.io used by org.apache.abdera.parser
CompressionUtil.CompressionCodec
           
 

Classes in org.apache.abdera.i18n.text.io used by org.apache.abdera.parser.stax.util
CharsetSniffingInputStream
          Will attempt to autodetect the character encoding from the stream By default, this will preserve the BOM if it exists
FilteredCharReader
          A reader implementation that filters out unwanted characters By default, unwanted characters are simply removed from the stream.
 

Classes in org.apache.abdera.i18n.text.io used by org.apache.abdera.protocol.server.filters
CompressionUtil.CompressionCodec
           
 

Classes in org.apache.abdera.i18n.text.io used by org.apache.abdera.util
CompressionUtil.CompressionCodec
           
FilteredCharReader
          A reader implementation that filters out unwanted characters By default, unwanted characters are simply removed from the stream.
 

Classes in org.apache.abdera.i18n.text.io used by org.apache.abdera.writer
CompressionUtil.CompressionCodec
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.