@return Returns the ASCII character set
()
| 900 | |
| 901 | /** @return Returns the ASCII character set */ |
| 902 | public static Charset ASCII() { |
| 903 | return ASCII; |
| 904 | } |
| 905 | |
| 906 | /** |
| 907 | * Concatenates byte arrays into one big array |
no outgoing calls
no test coverage detected