public class Base64 extends Encoding
コンストラクタ | 説明 |
---|---|
Base64() |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
ReadBuffer |
decode(byte[] in,
int offset,
int length) |
|
java.lang.String |
encode(byte[] in) |
Encode a byte array to a ASCII or ISO-8859-1 String.
|
void |
encode(java.io.InputStream in,
java.io.Writer strBuf) |
More efficient than super
|
java.lang.String |
getName() |
public java.lang.String encode(byte[] in) throws EncodingException
Encoding
encode
クラス内 Encoding
EncodingException
public void encode(java.io.InputStream in, java.io.Writer strBuf) throws java.io.IOException
encode
クラス内 Encoding
in
- java.io.IOException
Encoding.encode(String)
public ReadBuffer decode(byte[] in, int offset, int length) throws DecodingException
decode
クラス内 Encoding
DecodingException