mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Remove unused method in Smack's Base64 API
This commit is contained in:
parent
62fd897cf7
commit
474ea68d4a
1 changed files with 0 additions and 4 deletions
|
@ -54,10 +54,6 @@ public class Base64 {
|
|||
return base64encoder.encode(input);
|
||||
}
|
||||
|
||||
public static final byte[] encode(byte[] input, int offset, int len) {
|
||||
return encode(slice(input, offset, len));
|
||||
}
|
||||
|
||||
public static final String decodeToString(String string) {
|
||||
byte[] bytes = decode(string);
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue