|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StringAccessor
An interface used by the engine to access and process strings. This interface allows us to access the contents of a string that may be implemented in several different ways. For example, a string may be represented as a java.lang.String object in memeory, or it may be represented as an ASCII sequence in a store.
Method Summary | |
---|---|
java.io.Reader |
getReader()
Returns a Reader that allows the string to be read sequentually from start to finish. |
int |
length()
Returns the number of characters in the string. |
java.lang.String |
toString()
Returns this string as a java.lang.String object. |
Method Detail |
---|
int length()
java.io.Reader getReader()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |