Class FOMSniffingInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Deprecated
    public class FOMSniffingInputStream
    extends org.apache.abdera.i18n.text.io.CharsetSniffingInputStream
    Deprecated.
    Legacy AEM 6.x API.
    Will attempt to autodetect the character encoding from the stream This will preserve the BOM if it exists.
    • Constructor Detail

      • FOMSniffingInputStream

        public FOMSniffingInputStream​(InputStream in)
        Deprecated.