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

Method setBytes

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

Sets the data of this lob, copying bytes from an array. @param bytes the new data for the lob; may be null to make this an Ion null value.

(byte[] bytes)

Source from the content-addressed store, hash-verified

52 * may be <code>null</code> to make this an Ion <code>null</code> value.
53 */
54 public void setBytes(byte[] bytes);
55
56 /**
57 * Sets the data of this lob, copying bytes from part of an array.

Callers 9

modifyClobMethod · 0.65
testByteSizeMethod · 0.65
modifyBlobMethod · 0.65
testByteSizeMethod · 0.65
testPrintingBlobMethod · 0.65
testPrintingClobMethod · 0.65
getIonValueMethod · 0.65
newBlobMethod · 0.65
newClobMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 6

modifyClobMethod · 0.52
testByteSizeMethod · 0.52
modifyBlobMethod · 0.52
testByteSizeMethod · 0.52
testPrintingBlobMethod · 0.52
testPrintingClobMethod · 0.52