public interface StringAccessor
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString()
Returns this string as a java.lang.String object.
|
int length()
Reader getReader()
Copyright © 2015. All rights reserved.