Home / Function/ _getShort() — netty Function Reference

_getShort() — netty Function Reference

Architecture documentation for the _getShort() function in UnsafeHeapSwappedByteBuf.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d03a81cc_d5db_64e2_1f5d_3aff8a7fa9c9["_getShort()"]
  d33cf6df_affc_8828_79d0_1667f5a8daef["UnsafeHeapSwappedByteBuf"]
  d03a81cc_d5db_64e2_1f5d_3aff8a7fa9c9 -->|defined in| d33cf6df_affc_8828_79d0_1667f5a8daef
  0c97ba50_c96d_b1a1_48af_79f16e1f95ee["idx()"]
  d03a81cc_d5db_64e2_1f5d_3aff8a7fa9c9 -->|calls| 0c97ba50_c96d_b1a1_48af_79f16e1f95ee
  style d03a81cc_d5db_64e2_1f5d_3aff8a7fa9c9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java lines 44–47

    @Override
    protected short _getShort(AbstractByteBuf wrapped, int index) {
        return PlatformDependent.getShort(wrapped.array(), idx(wrapped, index));
    }

Domain

Subdomains

Calls

Frequently Asked Questions

What does _getShort() do?
_getShort() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java.
Where is _getShort() defined?
_getShort() is defined in buffer/src/main/java/io/netty/buffer/UnsafeHeapSwappedByteBuf.java at line 44.
What does _getShort() call?
_getShort() calls 1 function(s): idx.

Analyze Your Own Codebase

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

Try Supermodel Free