setIndex0() — netty Function Reference
Architecture documentation for the setIndex0() function in AbstractByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 365c915c_1533_c6e7_7c53_8cc0be7fd82c["setIndex0()"] bbab270f_457a_3319_83a8_0a0540484666["AbstractByteBuf"] 365c915c_1533_c6e7_7c53_8cc0be7fd82c -->|defined in| bbab270f_457a_3319_83a8_0a0540484666 e9e1f861_5813_ec75_8a61_6b29c497ac9f["ByteBuf()"] e9e1f861_5813_ec75_8a61_6b29c497ac9f -->|calls| 365c915c_1533_c6e7_7c53_8cc0be7fd82c f6b6c4db_82c0_d683_8c89_dafc8446698b["trimIndicesToCapacity()"] f6b6c4db_82c0_d683_8c89_dafc8446698b -->|calls| 365c915c_1533_c6e7_7c53_8cc0be7fd82c style 365c915c_1533_c6e7_7c53_8cc0be7fd82c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/AbstractByteBuf.java lines 1484–1487
final void setIndex0(int readerIndex, int writerIndex) {
this.readerIndex = readerIndex;
this.writerIndex = writerIndex;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setIndex0() do?
setIndex0() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/AbstractByteBuf.java.
Where is setIndex0() defined?
setIndex0() is defined in buffer/src/main/java/io/netty/buffer/AbstractByteBuf.java at line 1484.
What calls setIndex0()?
setIndex0() is called by 2 function(s): ByteBuf, trimIndicesToCapacity.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free