public static class Base64.OutputStream
extends java.io.FilterOutputStream
Constructor and Description |
---|
OutputStream(java.io.OutputStream out) |
OutputStream(java.io.OutputStream out,
boolean encode) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
write(byte[] theBytes,
int off,
int len) |
void |
write(int theByte) |
public OutputStream(java.io.OutputStream out)
public OutputStream(java.io.OutputStream out, boolean encode)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterOutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.FilterOutputStream
java.io.IOException
public void write(int theByte) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] theBytes, int off, int len) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.