Documentation of 'org.freehep.util.io.Base64InputStream' Java class
Base64InputStream
org.freehep.util.io

Class Base64InputStream

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


    public class Base64InputStream
    extends java.io.InputStream
    The Base64InputStream decodes binary data according to RFC 2045. IMPORTANT: inherits from InputStream rather than FilterInputStream so that the correct read(byte[], int, int) method is used.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Base64InputStream(java.io.InputStream input)
      Creates a Base64 input stream for given input
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getLineNo() 
      int read() 
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, read, read, reset, skip
      • Methods inherited from class java.lang.Object

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

      • Base64InputStream

        public Base64InputStream(java.io.InputStream input)
        Creates a Base64 input stream for given input
        Parameters:
        input - to be read from
    • Method Detail

      • read

        public int read()
                 throws java.io.IOException
        Specified by:
        read in class java.io.InputStream
        Throws:
        java.io.IOException
      • getLineNo

        public int getLineNo()
        Returns:
        current line number

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.