MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / stringValue

Method stringValue

src/main/java/com/amazon/ion/IonClob.java:53–53  ·  view source on GitHub ↗

Gets the value of this clob as a Java String value, decoding the raw bytes using a given character set. This is a convenience wrapper around #newReader(Charset). The behavior of this method when the clob bytes are not valid in the given charset is unspecified. @param cs must no

(Charset cs)

Source from the content-addressed store, hash-verified

51 * or <code>null</code> if <code>this.isNullValue()</code>.
52 */
53 public String stringValue(Charset cs);
54
55
56 public IonClob clone()

Callers 15

eventStreamToEventMethod · 0.65
readSymbolIdentifiersMethod · 0.65
checkNullStringMethod · 0.65
modifyStringMethod · 0.65
checkNullClobMethod · 0.65
checkUtf8Method · 0.65
checkNullSymbolMethod · 0.65
modifySymbolMethod · 0.65

Implementers 1

IonClobLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 15

checkNullStringMethod · 0.52
modifyStringMethod · 0.52
checkNullClobMethod · 0.52
checkUtf8Method · 0.52
checkNullSymbolMethod · 0.52
modifySymbolMethod · 0.52
unwrapMethod · 0.52
readMethod · 0.52