ClobRef
StringObject
public interface StringAccessor
Modifier and Type | Method | Description |
---|---|---|
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.
|
int length()
java.io.Reader getReader()
java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018. All rights reserved.