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

Method byteSize

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

Gets the size in bytes of this lob. @return the lob's size in bytes.

()

Source from the content-addressed store, hash-verified

78 * @return the lob's size in bytes.
79 */
80 public int byteSize();
81
82 public IonLob clone()
83 throws UnknownSymbolException;

Callers 15

byteSizeMethod · 0.95
newBytesMethod · 0.95
getBytesMethod · 0.95
checkNullClobMethod · 0.65
testByteSizeMethod · 0.65
checkNullBlobMethod · 0.65
testByteSizeMethod · 0.65
materializeScalarMethod · 0.65
byteSizeNotOnLobFailsMethod · 0.65
testVariableFloatZeroMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 12

checkNullClobMethod · 0.52
testByteSizeMethod · 0.52
checkNullBlobMethod · 0.52
testByteSizeMethod · 0.52
materializeScalarMethod · 0.52
byteSizeNotOnLobFailsMethod · 0.52
testVariableFloatZeroMethod · 0.52