com.bluecast.xml
public final class UTF8XMLDecoder extends Object implements XMLDecoder
Version: $Revision: 1.5 $
| Method Summary | |
|---|---|
| void | decode(byte[] in_buf, int in_off, int in_len, char[] out_buf, int out_off, int out_len, int[] result) |
| void | decodeXMLDecl(byte[] in_buf, int in_off, int in_len, char[] out_buf, int out_off, int out_len, int[] result) |
| int | maxBytesPerChar() |
| int | minBytesPerChar() |
| CharsetDecoder | newCharsetDecoder() |
| XMLDecoder | newXMLDecoder() |
| void | reset() |