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

Method checkUtf8

src/test/java/com/amazon/ion/ClobTest.java:62–67  ·  view source on GitHub ↗

@param expectedString @param text is ion text for a blob. @throws NullValueException @throws IOException

(String expectedString, String text)

Source from the content-addressed store, hash-verified

60 * @throws IOException
61 */
62 private void checkUtf8(String expectedString, String text)
63 throws NullValueException, IOException
64 {
65 IonClob value = (IonClob) oneValue(text);
66 checkUtf8(expectedString, value);
67 }
68
69 private void checkUtf8(String expectedString, IonClob value)
70 throws NullValueException, IOException

Callers 5

modifyClobMethod · 0.95
testEmptyClobMethod · 0.95
testConcatenatedClobMethod · 0.95
testClobDataMethod · 0.95

Calls 9

lengthMethod · 0.80
getTypeMethod · 0.65
isNullValueMethod · 0.65
newInputStreamMethod · 0.65
newReaderMethod · 0.65
readMethod · 0.65
stringValueMethod · 0.65
oneValueMethod · 0.45
assertEqualsMethod · 0.45

Tested by

no test coverage detected