This class represents a character decoder.
Defined in: CharDecoder.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.io.cs.CharDecoder(charset)
Creates a character decoder.
|
| Method Attributes | Method Name and Description |
|---|---|
|
decode(input, buffer)
Decodes byte buffer and returns the character buffer.
|