MCPcopy Index your code
hub / github.com/Q16G/memory-shell / write

Method write

src/main/java/org/example/webshellServer.java:27–30  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

25 }
26
27 public void write(byte[] data) throws IOException {
28 outputStream.write(data);
29 outputStream.flush();
30 }
31
32 public reader read(int length) throws IOException {
33 byte[] bytes = new byte[length];

Callers 5

mainMethod · 0.95
doPostMethod · 0.80
writeFullyMethod · 0.80
processMethod · 0.80
doGetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected