_setLongLE() — netty Function Reference
Architecture documentation for the _setLongLE() function in UnpooledUnsafeDirectByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f9ca057d_fc1c_9d77_66b2_73aa0aadc2b0["_setLongLE()"] 9f14a290_800b_9471_7875_152ee8d088b6["UnpooledUnsafeDirectByteBuf"] f9ca057d_fc1c_9d77_66b2_73aa0aadc2b0 -->|defined in| 9f14a290_800b_9471_7875_152ee8d088b6 45c47259_422e_0514_9c30_974fdaca3927["addr()"] f9ca057d_fc1c_9d77_66b2_73aa0aadc2b0 -->|calls| 45c47259_422e_0514_9c30_974fdaca3927 style f9ca057d_fc1c_9d77_66b2_73aa0aadc2b0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java lines 276–279
@Override
protected void _setLongLE(int index, long value) {
UnsafeByteBufUtil.setLongLE(addr(index), value);
}
Domain
Subdomains
Calls
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/UnpooledUnsafeDirectByteBuf.java.
Where is _setLongLE() defined?
_setLongLE() is defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java at line 276.
What does _setLongLE() call?
_setLongLE() calls 1 function(s): addr.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free