62
edits
(→Specification: toString(codec) -> decodeToString(codec)) |
|||
| Line 53: | Line 53: | ||
: Returns a debug representation like "[ByteString 10]", where 10 is the length of the Array. | : Returns a debug representation like "[ByteString 10]", where 10 is the length of the Array. | ||
; decodeToString(codec) | ; decodeToString(codec) | ||
: | : Returns the decoded ByteArray as a string. | ||
; indexOf(byte) | ; indexOf(byte) | ||
; indexOf(byte, start) | ; indexOf(byte, start) | ||
edits