_getLong() — netty Function Reference
Architecture documentation for the _getLong() function in UnpooledHeapByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8f20d46a_e192_bc72_ed49_b166839a3185["_getLong()"] d1903687_2aa7_726c_eff7_eab963e923d3["UnpooledHeapByteBuf"] 8f20d46a_e192_bc72_ed49_b166839a3185 -->|defined in| d1903687_2aa7_726c_eff7_eab963e923d3 c890952d_7023_88ce_ede0_963cf5b64e81["getLong()"] c890952d_7023_88ce_ede0_963cf5b64e81 -->|calls| 8f20d46a_e192_bc72_ed49_b166839a3185 c890952d_7023_88ce_ede0_963cf5b64e81["getLong()"] 8f20d46a_e192_bc72_ed49_b166839a3185 -->|calls| c890952d_7023_88ce_ede0_963cf5b64e81 style 8f20d46a_e192_bc72_ed49_b166839a3185 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnpooledHeapByteBuf.java lines 408–411
@Override
protected long _getLong(int index) {
return HeapByteBufUtil.getLong(array, index);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does _getLong() do?
_getLong() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledHeapByteBuf.java.
Where is _getLong() defined?
_getLong() is defined in buffer/src/main/java/io/netty/buffer/UnpooledHeapByteBuf.java at line 408.
What does _getLong() call?
_getLong() calls 1 function(s): getLong.
What calls _getLong()?
_getLong() is called by 1 function(s): getLong.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free