Home / Function/ _getLong() — netty Function Reference

_getLong() — netty Function Reference

Architecture documentation for the _getLong() function in PooledUnsafeHeapByteBuf.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  69436f03_7622_fda2_577d_61bd5c0fb0fb["_getLong()"]
  ea1a5e5d_af5d_2db5_b941_7a461efe8786["PooledUnsafeHeapByteBuf"]
  69436f03_7622_fda2_577d_61bd5c0fb0fb -->|defined in| ea1a5e5d_af5d_2db5_b941_7a461efe8786
  style 69436f03_7622_fda2_577d_61bd5c0fb0fb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledUnsafeHeapByteBuf.java lines 77–80

    @Override
    protected long _getLong(int index) {
        return UnsafeByteBufUtil.getLong(memory, idx(index));
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free