Home / Function/ putShort() — netty Function Reference

putShort() — netty Function Reference

Architecture documentation for the putShort() function in PlatformDependent0.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  1a71f491_6f86_643b_bf6d_1d0a45d7e94b["putShort()"]
  be4c38f2_d236_e498_c295_1033d2617879["PlatformDependent0"]
  1a71f491_6f86_643b_bf6d_1d0a45d7e94b -->|defined in| be4c38f2_d236_e498_c295_1033d2617879
  9e957c18_0f46_2d45_8efb_219b6baa45b2["putShortOrdered()"]
  9e957c18_0f46_2d45_8efb_219b6baa45b2 -->|calls| 1a71f491_6f86_643b_bf6d_1d0a45d7e94b
  style 1a71f491_6f86_643b_bf6d_1d0a45d7e94b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/internal/PlatformDependent0.java lines 852–854

    static void putShort(long address, short value) {
        UNSAFE.putShort(address, value);
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does putShort() do?
putShort() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/internal/PlatformDependent0.java.
Where is putShort() defined?
putShort() is defined in common/src/main/java/io/netty/util/internal/PlatformDependent0.java at line 852.
What calls putShort()?
putShort() is called by 1 function(s): putShortOrdered.

Analyze Your Own Codebase

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

Try Supermodel Free