Many small fixes
This commit is contained in:
parent
8a930b361d
commit
9a0142c06c
18 changed files with 376 additions and 499 deletions
|
|
@ -106,11 +106,11 @@ public class Base64Decoder {
|
|||
}
|
||||
|
||||
public String toString(){
|
||||
return output.getString();
|
||||
return output.toString();
|
||||
}
|
||||
|
||||
public byte[] getByte(){
|
||||
return output.getByte();
|
||||
return output.getBytes();
|
||||
}
|
||||
|
||||
public void clear(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue