MCPcopy Index your code
hub / github.com/antlr/codebuff / processBytes

Method processBytes

corpus/java/training/guava/io/ByteProcessor.java:44–44  ·  view source on GitHub ↗

This method will be called for each chunk of bytes in an input stream. The implementation should process the bytes from buf[off] through buf[off + len - 1] (inclusive). @param buf the byte array containing the data to process @param off the initial offset into the array @param len t

(byte[] buf, int off, int len)

Source from the content-addressed store, hash-verified

42 * @return true to continue processing, false to stop
43 */
44 @CanIgnoreReturnValue // some uses know that their processor never returns false
45 boolean processBytes(byte[] buf, int off, int len) throws IOException;
46
47 /** Return the result of processing all the bytes. */

Callers 10

readMethod · 0.65
readBytesMethod · 0.65
readMethod · 0.65
readBytesMethod · 0.65
readMethod · 0.65
readBytesMethod · 0.65
readMethod · 0.65
readBytesMethod · 0.65
readMethod · 0.65
readBytesMethod · 0.65

Calls

no outgoing calls

Tested by 5

readBytesMethod · 0.52
readBytesMethod · 0.52
readBytesMethod · 0.52
readBytesMethod · 0.52
readBytesMethod · 0.52