_setLongLE() — netty Function Reference
Architecture documentation for the _setLongLE() function in UnpooledUnsafeHeapByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f6cd07d5_ae4b_c7e8_d8d4_520a721bba52["_setLongLE()"] 5f4e363c_d76d_55ff_63f8_68de228ec351["UnpooledUnsafeHeapByteBuf"] f6cd07d5_ae4b_c7e8_d8d4_520a721bba52 -->|defined in| 5f4e363c_d76d_55ff_63f8_68de228ec351 6c994826_d4f0_f610_6acf_ba886b923b41["ByteBuf()"] 6c994826_d4f0_f610_6acf_ba886b923b41 -->|calls| f6cd07d5_ae4b_c7e8_d8d4_520a721bba52 style f6cd07d5_ae4b_c7e8_d8d4_520a721bba52 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java lines 244–247
@Override
protected void _setLongLE(int index, long value) {
UnsafeByteBufUtil.setLongLE(array, index, value);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does _setLongLE() do?
_setLongLE() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java.
Where is _setLongLE() defined?
_setLongLE() is defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java at line 244.
What calls _setLongLE()?
_setLongLE() 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