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

Method newReader

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

Creates a new Reader that provides the value of this clob as text, decoding the raw bytes using a given character set. @param cs must not be null . @return a new reader positioned at the start of the clob, or null if this.isNullValue() .

(Charset cs)

Source from the content-addressed store, hash-verified

36 * or <code>null</code> if <code>this.isNullValue()</code>.
37 */
38 public Reader newReader(Charset cs);
39
40
41 /**

Callers 15

readMethod · 0.65
checkNullClobMethod · 0.65
checkUtf8Method · 0.65
loadSharedSymtabMethod · 0.65
newSharedSymtabMethod · 0.65
toBinaryIonMethod · 0.65
iterateReaderMethod · 0.65
testMethod · 0.65
readerMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

readMethod · 0.52
checkNullClobMethod · 0.52
checkUtf8Method · 0.52
loadSharedSymtabMethod · 0.52
newSharedSymtabMethod · 0.52
toBinaryIonMethod · 0.52
iterateReaderMethod · 0.52
testMethod · 0.52
readerMethod · 0.52