org.freehep.util.io
Class Base64InputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.freehep.util.io.Base64InputStream
-
- All Implemented Interfaces:
- java.io.Closeable, java.lang.AutoCloseable
public class Base64InputStream extends java.io.InputStreamThe 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 intgetLineNo()intread()
-
DMelt 3.0 © DataMelt by jWork.ORG