|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CharacterStream
Wraps a character stream (reader) to also provide the length (number of characters) which is needed when binding.
| Method Summary | |
|---|---|
Reader |
asReader()
Provides access to the underlying data as a Reader. |
String |
asString()
Provides access to the underlying data as a String. |
long |
getLength()
Retrieve the number of characters. |
void |
release()
Release any underlying resources. |
| Method Detail |
|---|
Reader asReader()
String asString()
long getLength()
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||