Home / Function/ setBytes() — netty Function Reference

setBytes() — netty Function Reference

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

Function java Buffer Telemetry calls 1 called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java lines 369–373

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

Domain

Subdomains

Called By

Frequently Asked Questions

What does setBytes() do?
setBytes() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java.
Where is setBytes() defined?
setBytes() is defined in buffer/src/main/java/io/netty/buffer/AdvancedLeakAwareByteBuf.java at line 369.
What does setBytes() call?
setBytes() calls 1 function(s): recordLeakNonRefCountingOperation.
What calls setBytes()?
setBytes() 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