Home / Function/ setShortLE() — netty Function Reference

setShortLE() — netty Function Reference

Architecture documentation for the setShortLE() function in VarHandleByteBufferAccess.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6ee48d39_4c55_9141_1da7_8a557acb2396["setShortLE()"]
  0145d7c6_3fda_5669_22b7_ff2aa60d0909["VarHandleByteBufferAccess"]
  6ee48d39_4c55_9141_1da7_8a557acb2396 -->|defined in| 0145d7c6_3fda_5669_22b7_ff2aa60d0909
  style 6ee48d39_4c55_9141_1da7_8a557acb2396 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/VarHandleByteBufferAccess.java lines 51–54

    static void setShortLE(ByteBuffer buffer, int index, int value) {
        //noinspection DataFlowIssue
        PlatformDependent.shortLeByteBufferView().set(buffer, index, (short) value);
    }

Domain

Subdomains

Frequently Asked Questions

What does setShortLE() do?
setShortLE() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/VarHandleByteBufferAccess.java.
Where is setShortLE() defined?
setShortLE() is defined in buffer/src/main/java/io/netty/buffer/VarHandleByteBufferAccess.java at line 51.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free