java.lang.Object | ||
↳ | sun.io.ByteToCharConverter | |
↳ | sun.io.ByteToCharCp33722 |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Character conversion
| |||||||||||
flush out any residual data and reset the buffer state
| |||||||||||
Return the character set id
| |||||||||||
Resets the converter.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Character conversion
input | byte array containing text to be converted. |
---|---|
inOff | begin conversion at this offset in input array. |
inEnd | stop conversion at this offset in input array (exclusive). |
output | character array to receive conversion result. |
outOff | start writing to output array at this offset. |
outEnd | stop writing to output array at this offset (exclusive). |
flush out any residual data and reset the buffer state
output | char array to receive flushed output. |
---|---|
outStart | start writing to output array at this offset. |
outEnd | stop writing to output array at this offset (exclusive). |
MalformedInputException |
---|
Resets the converter.