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

Method read

src/java/io/PipedInputStream.java:138–166  ·  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 the pipe is broken.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

currentThreadMethod · 0.95
isAliveMethod · 0.80
notifyAllMethod · 0.80
waitMethod · 0.80

Tested by

no test coverage detected