Class BEncoderStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class BEncoderStream
    extends BASE64EncoderStream
    This class implements a 'B' Encoder as defined by RFC2047 for encoding MIME headers. It subclasses the BASE64EncoderStream class.
    • Constructor Summary

      Constructors 
      Constructor Description
      BEncoderStream​(java.io.OutputStream out)
      Create a 'B' encoder that encodes the specified input stream.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int encodedLength​(byte[] b)
      Returns the length of the encoded version of this byte array.
      • Methods inherited from class java.io.OutputStream

        nullOutputStream
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BEncoderStream

        public BEncoderStream​(java.io.OutputStream out)
        Create a 'B' encoder that encodes the specified input stream.
        Parameters:
        out - the output stream
    • Method Detail

      • encodedLength

        public static int encodedLength​(byte[] b)
        Returns the length of the encoded version of this byte array.
        Parameters:
        b - the byte array
        Returns:
        the length