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

Method newClob

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

Constructs a new Ion clob instance from a byte array. @param value the data for the new clob, to be copied from the given array into the new instance. May be null to create a null.clob value.

(byte[] value)

Source from the content-addressed store, hash-verified

110 * May be {@code null} to create a {@code null.clob} value.
111 */
112 public IonClob newClob(byte[] value);
113
114
115 /**

Callers 9

testFactoryClobMethod · 0.65
testByteSizeMethod · 0.65
generateMethod · 0.65
testWritingLongClobsMethod · 0.65
newClobMethod · 0.65
writeClobMethod · 0.65

Implementers 1

_Private_CurriedValueFactorysrc/main/java/com/amazon/ion/impl/_Pri

Calls

no outgoing calls

Tested by 5

testFactoryClobMethod · 0.52
testByteSizeMethod · 0.52
generateMethod · 0.52
testWritingLongClobsMethod · 0.52