Home / Function/ _setShortLE() — netty Function Reference

_setShortLE() — netty Function Reference

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

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledUnsafeHeapByteBuf.java lines 172–175

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

Domain

Subdomains

Called By

Frequently Asked Questions

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