@Internal public class LittleEndianCP950Reader extends Reader
| Constructor and Description |
|---|
LittleEndianCP950Reader(byte[] data) |
LittleEndianCP950Reader(byte[] data,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
public LittleEndianCP950Reader(byte[] data)
public LittleEndianCP950Reader(byte[] data,
int offset,
int length)
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOException