MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / read

Method read

src/java/io/InputStream.java:42–42  ·  view source on GitHub ↗

Reads a byte of data. This method will block if no input is available. @return the byte read, or -1 if the end of the stream is reached. @exception IOException If an I/O error has occurred.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

skipMethod · 0.95
readFullyMethod · 0.95
readShortMethod · 0.95
readUnsignedShortMethod · 0.95
readCharMethod · 0.95
readIntMethod · 0.95
readLineMethod · 0.95
nextTokenMethod · 0.95
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected