(Object buff2)
| 650 | } |
| 651 | |
| 652 | public static String binaryToBase16(Object buff2) { |
| 653 | return Encode.binaryToBase16(buff2); |
| 654 | } |
| 655 | |
| 656 | public static String binaryToBase64(Object buff) { |
| 657 | return Encode.binaryToBase64((byte[]) buff); |
no test coverage detected