Home / Function/ _setShortLE() — netty Function Reference

_setShortLE() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  5865a5f7_4418_a538_d798_34b6a99a996b["_setShortLE()"]
  de255534_6787_b710_5b1f_d1e669f25a0d["PooledUnsafeDirectByteBuf"]
  5865a5f7_4418_a538_d798_34b6a99a996b -->|defined in| de255534_6787_b710_5b1f_d1e669f25a0d
  b6fd32eb_ffb3_7ae9_6ed7_bf41c74bc0ff["addr()"]
  5865a5f7_4418_a538_d798_34b6a99a996b -->|calls| b6fd32eb_ffb3_7ae9_6ed7_bf41c74bc0ff
  style 5865a5f7_4418_a538_d798_34b6a99a996b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledUnsafeDirectByteBuf.java lines 156–159

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

Domain

Subdomains

Calls

Frequently Asked Questions

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