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

Method write

src/java/io/DataOutput.java:40–40  ·  view source on GitHub ↗

Writes a byte. Will block until the byte is actually written. @param b the byte to be written @exception IOException If an I/O error has occurred.

(int b)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

writeMethod · 0.65
flushMethod · 0.65
writeToMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeBooleanMethod · 0.65
writeByteMethod · 0.65

Implementers 2

RandomAccessFilesrc/java/io/RandomAccessFile.java
DataOutputStreamsrc/java/io/DataOutputStream.java

Calls

no outgoing calls

Tested by

no test coverage detected