Package aQute.lib.base64
Class Base64
java.lang.Object
aQute.lib.base64.Base64
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voiddecode(Reader rdr, OutputStream out) static final voiddecode(Reader rdr, OutputStream out, int maxLength) static final byte[]decodeBase64(File file) static byte[]static byte[]decodeBase64(InputStream in, int maxLength) static byte[]decodeBase64(Reader rdr) static byte[]decodeBase64(Reader rdr, int maxLength) static final byte[]decodeBase64(String string) static voidencode(File file, Appendable sb) static voidencode(InputStream in, Appendable sb) static voidencode(InputStream in, Appendable sb, int maxLength) static StringencodeBase64(byte[] data) static StringencodeBase64(File in) static Stringstatic booleantoData()toString()
-
Constructor Details
-
Base64
public Base64(byte[] data) -
Base64
-
-
Method Details
-
decodeBase64
-
decodeBase64
- Throws:
IOException
-
decodeBase64
- Throws:
IOException
-
decodeBase64
- Throws:
IOException
-
decodeBase64
- Throws:
IOException
-
decodeBase64
- Throws:
IOException
-
decode
- Throws:
IOException
-
decode
- Throws:
IOException
-
toString
-
encodeBase64
- Throws:
IOException
-
encodeBase64
- Throws:
IOException
-
encodeBase64
-
toData
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
isBase64
-