Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
byteSize
Method · 0.95
newBytes
Method · 0.95
getBytes
Method · 0.95
checkNullClob
Method · 0.65
testByteSize
Method · 0.65
testSystemReaderReadsUserValues
Method · 0.65
checkNullBlob
Method · 0.65
testByteSize
Method · 0.65
materializeScalar
Method · 0.65
testReadLobUsingGetBytes
Method · 0.65
byteSizeNotOnLobFails
Method · 0.65
testVariableFloatZero
Method · 0.65
Implementers
1
IonLobLite
src/main/java/com/amazon/ion/impl/lite
Calls
no outgoing calls
Tested by
12
checkNullClob
Method · 0.52
testByteSize
Method · 0.52
testSystemReaderReadsUserValues
Method · 0.52
checkNullBlob
Method · 0.52
testByteSize
Method · 0.52
materializeScalar
Method · 0.52
testReadLobUsingGetBytes
Method · 0.52
byteSizeNotOnLobFails
Method · 0.52
testVariableFloatZero
Method · 0.52
testVariableFloatInfinity
Method · 0.52
testVariableFloatFractionOverflow
Method · 0.52
testVariableFloatExponentOverflow
Method · 0.52