_setShort() — netty Function Reference
Architecture documentation for the _setShort() function in AbstractUnsafeSwappedByteBuf.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 738261a6_a277_8b57_1e51_c3c37c6ce27a["_setShort()"] bd12fcab_af1c_9c67_1329_7f76867764ab["AbstractUnsafeSwappedByteBuf"] 738261a6_a277_8b57_1e51_c3c37c6ce27a -->|defined in| bd12fcab_af1c_9c67_1329_7f76867764ab 1d6d3e94_2d93_eb4a_5ce6_70f36e4c1b1f["ByteBuf()"] 1d6d3e94_2d93_eb4a_5ce6_70f36e4c1b1f -->|calls| 738261a6_a277_8b57_1e51_c3c37c6ce27a style 738261a6_a277_8b57_1e51_c3c37c6ce27a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buffer/src/main/java/io/netty/buffer/AbstractUnsafeSwappedByteBuf.java lines 168–168
protected abstract void _setShort(AbstractByteBuf wrapped, int index, short value);
Domain
Subdomains
Called By
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/AbstractUnsafeSwappedByteBuf.java.
Where is _setShort() defined?
_setShort() is defined in buffer/src/main/java/io/netty/buffer/AbstractUnsafeSwappedByteBuf.java at line 168.
What calls _setShort()?
_setShort() 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