java.lang.Object | ||||
↳ | sun.io.CharToByteConverter | |||
↳ | sun.io.CharToByteDoubleByte | |||
↳ | sun.io.CharToByteJIS0208 | |||
↳ | sun.io.CharToByteEUC_JP_LINUX |
Class for converting characters to bytes for the EUC-JP encoding in linux. This converter supports the JIS0201 and the JIS0208 encoding and omits support for the JIS212 encoding.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Converts characters to sequences of bytes.
| |||||||||||
Returns the character set id for the conversion.
| |||||||||||
the maximum number of bytes needed to hold a converted char
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Converts characters to sequences of bytes. Conversions that result in Exceptions can be restarted by calling convert again, with appropriately modified parameters.
input | char array containing text in Unicode |
---|---|
inOff | begin conversion at this offset in input array. |
inEnd | offset of last byte to be converted |
output | byte array to receive conversion result |
outOff | start writing to output array at this offset. |
outEnd | offset of last byte to be written to |
the maximum number of bytes needed to hold a converted char