|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharDecoder
This interface represents an object which decodes characters from a stream of bytes.
| Field Summary | |
|---|---|
static int |
END_OF_STREAM
This constant represents the end of stream character. |
| Method Summary | |
|---|---|
void |
dispose()
Disposes the associated resources. |
int |
readChar()
Reads the next character. |
| Field Detail |
|---|
static final int END_OF_STREAM
| Method Detail |
|---|
int readChar()
throws IOException
IOException
void dispose()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||