MCPcopy Index your code
hub / github.com/amazon-ion/ion-java / read

Method read

src/main/java/com/amazon/ion/impl/ByteReader.java:64–64  ·  view source on GitHub ↗

reads a single byte and returns it as an unsigned value, that is from 0 to 255. This returns a ByteReader.EOF (-1) if there is not data to read. @return next byte of data @throws IOException

()

Source from the content-addressed store, hash-verified

62 * @throws IOException
63 */
64 public int read() throws IOException;
65 /**
66 * reads a number of bytes into the callers supplied buffer (dst).
67 * This will return the number of bytes read, if any.

Implementers 1

SimpleByteReadersrc/main/java/com/amazon/ion/impl/Simp

Calls

no outgoing calls