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

Method newInputStream

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

Creates a new InputStream that returns the data as raw bytes. @return a new stream positioned at the start of the lob, or null if this.isNullValue() .

()

Source from the content-addressed store, hash-verified

35 * or <code>null</code> if <code>this.isNullValue()</code>.
36 */
37 public InputStream newInputStream();
38
39 /**
40 * Gets all the data of this lob, or <code>null</code> if this is an Ion

Callers 7

newBytesMethod · 0.95
getBytesMethod · 0.95
checkNullClobMethod · 0.65
checkUtf8Method · 0.65
checkNullBlobMethod · 0.65
checkBlobMethod · 0.65
testEmptyBlobMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 5

checkNullClobMethod · 0.52
checkUtf8Method · 0.52
checkNullBlobMethod · 0.52
checkBlobMethod · 0.52
testEmptyBlobMethod · 0.52