@Deprecated
public class Base64OutputStream
extends OutputStream
Constructor and Description |
---|
Base64OutputStream(OutputStream outputStream)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
protected void |
encodeUnit(byte byteValue)
Deprecated.
|
protected void |
encodeUnit(byte byte1,
byte byte2)
Deprecated.
|
protected void |
encodeUnit(byte byte1,
byte byte2,
byte byte3)
Deprecated.
|
void |
flush()
Deprecated.
|
protected char |
getChar(int sixbit)
Deprecated.
|
void |
write(byte[] bytes)
Deprecated.
|
void |
write(byte[] bytes,
int offset,
int length)
Deprecated.
|
void |
write(int byteValue)
Deprecated.
|
public Base64OutputStream(OutputStream outputStream)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(byte[] bytes) throws IOException
write
in class OutputStream
IOException
public void write(byte[] bytes, int offset, int length) throws IOException
write
in class OutputStream
IOException
public void write(int byteValue) throws IOException
write
in class OutputStream
IOException
protected void encodeUnit(byte byteValue) throws IOException
IOException
protected void encodeUnit(byte byte1, byte byte2) throws IOException
IOException
protected void encodeUnit(byte byte1, byte byte2, byte byte3) throws IOException
IOException
protected char getChar(int sixbit)