java.lang.Object | |||
↳ | sun.io.ByteToCharConverter | ||
↳ | sun.io.ByteToCharDoubleByte | ||
↳ | sun.io.ByteToCharGB18030 |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[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 the converter.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Character conversion
input | byte array containing text in Double/single Byte |
---|---|
inOff | begin conversion at this offset in input array. |
inEnd | offset of last byte to be converted |
output | character array to receive conversion result |
outOff | start writing to output array at this offset. |
outEnd | offset of last byte to be written to |
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). |
MalformedInputException |
---|
Resets the converter. Call this method to reset the converter to its initial state