java.lang.Object | ||
↳ | sun.io.ByteToCharConverter | |
↳ | sun.io.ByteToCharJISAutoDetect |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Character conversion
| |||||||||||
Writes any remaining output to the output buffer and resets the
converter to its initial state.
| |||||||||||
Returns the character set id for the conversion
| |||||||||||
Resets converter to its initial state.
| |||||||||||
returns a string representation of the character conversion
|
[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). |
Writes any remaining output to the output buffer and resets the converter to its initial 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). |
Resets converter to its initial state.
returns a string representation of the character conversion