_setShortLE() — netty Function Reference
Architecture documentation for the _setShortLE() function in UnpooledUnsafeDirectByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e3c72203_62f2_7d4c_1e78_0b21482dcebb["_setShortLE()"] 9f14a290_800b_9471_7875_152ee8d088b6["UnpooledUnsafeDirectByteBuf"] e3c72203_62f2_7d4c_1e78_0b21482dcebb -->|defined in| 9f14a290_800b_9471_7875_152ee8d088b6 45c47259_422e_0514_9c30_974fdaca3927["addr()"] e3c72203_62f2_7d4c_1e78_0b21482dcebb -->|calls| 45c47259_422e_0514_9c30_974fdaca3927 style e3c72203_62f2_7d4c_1e78_0b21482dcebb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java lines 225–228
@Override
protected void _setShortLE(int index, int value) {
UnsafeByteBufUtil.setShortLE(addr(index), value);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does _setShortLE() do?
_setShortLE() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java.
Where is _setShortLE() defined?
_setShortLE() is defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeDirectByteBuf.java at line 225.
What does _setShortLE() call?
_setShortLE() 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