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

Method getBytes

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

Gets all the data of this lob, or null if this is an Ion null value. @return a new byte array, or null if this.isNullValue() .

()

Source from the content-addressed store, hash-verified

44 * or <code>null</code> if <code>this.isNullValue()</code>.
45 */
46 public byte[] getBytes();
47
48 /**
49 * Sets the data of this lob, copying bytes from an array.

Callers 15

testWritingClobMethod · 0.95
buildDoubleQuotedTextMethod · 0.65
buildBlobTextMethod · 0.65
buildIvmTextMethod · 0.65
testDataMethod · 0.65
checkReloadingMethod · 0.65
reloadMethod · 0.65
testGzipDetectionMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 15

testWritingClobMethod · 0.76
testDataMethod · 0.52
checkReloadingMethod · 0.52
reloadMethod · 0.52
testGzipDetectionMethod · 0.52
checkNullBlobMethod · 0.52
checkBlobMethod · 0.52
testEmptyBlobMethod · 0.52