@Deprecated
public class Base64OutputStream
extends java.io.OutputStream
Constructor and Description |
---|
Base64OutputStream(java.io.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(java.io.OutputStream outputStream)
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] bytes, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int byteValue) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
protected void encodeUnit(byte byteValue) throws java.io.IOException
java.io.IOException
protected void encodeUnit(byte byte1, byte byte2) throws java.io.IOException
java.io.IOException
protected void encodeUnit(byte byte1, byte byte2, byte byte3) throws java.io.IOException
java.io.IOException
protected char getChar(int sixbit)