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

Method read

src/main/java/org/example/webshellServer.java:32–36  ·  view source on GitHub ↗
(int length)

Source from the content-addressed store, hash-verified

30 }
31
32 public reader read(int length) throws IOException {
33 byte[] bytes = new byte[length];
34 int read = inputStream.read(bytes);
35 return new reader(length == read, bytes);
36 }
37
38 // 读取完整的TLV响应
39 public tlv.Response readResponse() throws IOException {

Callers 6

readResponseMethod · 0.95
processMethod · 0.80
processMethod · 0.80
forwardMethod · 0.80
readFullyMethod · 0.80
processMethod · 0.80

Calls

no outgoing calls

Tested by 1

processMethod · 0.64