Home / Function/ writeBytes() — netty Function Reference

writeBytes() — netty Function Reference

Architecture documentation for the writeBytes() function in AdvancedLeakAwareByteBuf.java from the netty codebase.

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  f30902fc_4024_899e_b992_25a49554b35b["writeBytes()"]
  202ee4c1_c235_e70f_24a3_9900f0bd91da["AdvancedLeakAwareByteBuf"]
  f30902fc_4024_899e_b992_25a49554b35b -->|defined in| 202ee4c1_c235_e70f_24a3_9900f0bd91da
  0f92c079_d3aa_ff5c_bef8_c0c50c4218f8["ByteBuf()"]
  0f92c079_d3aa_ff5c_bef8_c0c50c4218f8 -->|calls| f30902fc_4024_899e_b992_25a49554b35b
  99037518_9631_68f6_6e1c_f2ef030091e9["recordLeakNonRefCountingOperation()"]
  f30902fc_4024_899e_b992_25a49554b35b -->|calls| 99037518_9631_68f6_6e1c_f2ef030091e9
  style f30902fc_4024_899e_b992_25a49554b35b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java lines 633–637

    @Override
    public int writeBytes(InputStream in, int length) throws IOException {
        recordLeakNonRefCountingOperation(leak);
        return super.writeBytes(in, length);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does writeBytes() do?
writeBytes() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java.
Where is writeBytes() defined?
writeBytes() is defined in buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java at line 633.
What does writeBytes() call?
writeBytes() calls 1 function(s): recordLeakNonRefCountingOperation.
What calls writeBytes()?
writeBytes() is called by 1 function(s): ByteBuf.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free