MCPcopy Create free account
hub / github.com/ReadyTalk/avian / write

Method write

classpath/java/io/DataOutput.java:14–14  ·  view source on GitHub ↗
(byte[] b)

Source from the content-addressed store, hash-verified

12
13public interface DataOutput {
14 void write(byte[] b) throws IOException;
15 void write(byte[] b, int off, int len) throws IOException;
16 void write(int b) throws IOException;
17 void writeBoolean(boolean v) throws IOException;

Callers 15

handleReadMethod · 0.65
writeMethod · 0.65
finishFunction · 0.65
compileVirtualThunkFunction · 0.65
writeOffsetFunction · 0.65
writeAccessorFunction · 0.65
writeSizesFunction · 0.65
writeClassDeclarationsFunction · 0.65
writeClassAccessorsFunction · 0.65

Implementers 2

ObjectOutputStreamclasspath/java/io/ObjectOutputStream.j
DataOutputStreamclasspath/java/io/DataOutputStream.jav

Calls

no outgoing calls

Tested by 2

handleReadMethod · 0.52
writeMethod · 0.52