Home / Function/ _setShort() — netty Function Reference

_setShort() — netty Function Reference

Architecture documentation for the _setShort() function in UnpooledUnsafeHeapByteBuf.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  805fd645_3770_440d_b071_62c518cfca11["_setShort()"]
  5f4e363c_d76d_55ff_63f8_68de228ec351["UnpooledUnsafeHeapByteBuf"]
  805fd645_3770_440d_b071_62c518cfca11 -->|defined in| 5f4e363c_d76d_55ff_63f8_68de228ec351
  6c994826_d4f0_f610_6acf_ba886b923b41["ByteBuf()"]
  6c994826_d4f0_f610_6acf_ba886b923b41 -->|calls| 805fd645_3770_440d_b071_62c518cfca11
  style 805fd645_3770_440d_b071_62c518cfca11 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java lines 160–163

    @Override
    protected void _setShort(int index, int value) {
        UnsafeByteBufUtil.setShort(array, index, value);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does _setShort() do?
_setShort() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java.
Where is _setShort() defined?
_setShort() is defined in buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java at line 160.
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