_setShort() — netty Function Reference
Architecture documentation for the _setShort() function in UnsafeDirectSwappedByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD bc57c20e_e8a3_84cf_c272_c8810a8bf3db["_setShort()"] f2671afe_7805_5e15_8a98_b2a46a7c2f94["UnsafeDirectSwappedByteBuf"] bc57c20e_e8a3_84cf_c272_c8810a8bf3db -->|defined in| f2671afe_7805_5e15_8a98_b2a46a7c2f94 8ddd9c65_731d_cc06_2ca2_22037363d042["addr()"] bc57c20e_e8a3_84cf_c272_c8810a8bf3db -->|calls| 8ddd9c65_731d_cc06_2ca2_22037363d042 style bc57c20e_e8a3_84cf_c272_c8810a8bf3db fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java lines 53–56
@Override
protected void _setShort(AbstractByteBuf wrapped, int index, short value) {
PlatformDependent.putShort(addr(wrapped, index), value);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does _setShort() do?
_setShort() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java.
Where is _setShort() defined?
_setShort() is defined in buffer/src/main/java/io/netty/buffer/UnsafeDirectSwappedByteBuf.java at line 53.
What does _setShort() call?
_setShort() 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