Home / Function/ _setLong() — netty Function Reference

_setLong() — netty Function Reference

Architecture documentation for the _setLong() function in PooledHeapByteBuf.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  3fb55104_0ae8_06e3_d758_048093eadd32["_setLong()"]
  a62cfc26_17fe_4ffa_c982_878418dba986["PooledHeapByteBuf"]
  3fb55104_0ae8_06e3_d758_048093eadd32 -->|defined in| a62cfc26_17fe_4ffa_c982_878418dba986
  style 3fb55104_0ae8_06e3_d758_048093eadd32 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledHeapByteBuf.java lines 166–169

    @Override
    protected void _setLong(int index, long  value) {
        HeapByteBufUtil.setLong(memory, idx(index), value);
    }

Domain

Subdomains

Frequently Asked Questions

What does _setLong() do?
_setLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/PooledHeapByteBuf.java.
Where is _setLong() defined?
_setLong() is defined in buffer/src/main/java/io/netty/buffer/PooledHeapByteBuf.java at line 166.

Analyze Your Own Codebase

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

Try Supermodel Free