Class Base64Engine.OutputDecodeStream
- java.lang.Object
-
- java.io.OutputStream
-
- com.adobe.internal.pdftoolkit.core.filter.Base64Engine.OutputDecodeStream
-
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- Base64Engine
public static class Base64Engine.OutputDecodeStream extends OutputStream
-
-
Constructor Summary
Constructors Constructor Description OutputDecodeStream(OutputStream dest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidwrite(int b)-
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write, write
-
-
-
-
Constructor Detail
-
OutputDecodeStream
public OutputDecodeStream(OutputStream dest)
-
-
Method Detail
-
write
public void write(int b) throws IOException- Specified by:
writein classOutputStream- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
-