Home / Function/ _getShort() — netty Function Reference

_getShort() — netty Function Reference

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

Function java Buffer Search calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  aa09199c_27e3_7620_4c3c_df739796a725["_getShort()"]
  d1903687_2aa7_726c_eff7_eab963e923d3["UnpooledHeapByteBuf"]
  aa09199c_27e3_7620_4c3c_df739796a725 -->|defined in| d1903687_2aa7_726c_eff7_eab963e923d3
  7de27201_2b0b_d8c0_3ca1_a48bea7c86d0["getShort()"]
  7de27201_2b0b_d8c0_3ca1_a48bea7c86d0 -->|calls| aa09199c_27e3_7620_4c3c_df739796a725
  7de27201_2b0b_d8c0_3ca1_a48bea7c86d0["getShort()"]
  aa09199c_27e3_7620_4c3c_df739796a725 -->|calls| 7de27201_2b0b_d8c0_3ca1_a48bea7c86d0
  style aa09199c_27e3_7620_4c3c_df739796a725 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/UnpooledHeapByteBuf.java lines 342–345

    @Override
    protected short _getShort(int index) {
        return HeapByteBufUtil.getShort(array, index);
    }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does _getShort() do?
_getShort() is a function in the netty codebase, defined in buffer/src/main/java/io/netty/buffer/UnpooledHeapByteBuf.java.
Where is _getShort() defined?
_getShort() is defined in buffer/src/main/java/io/netty/buffer/UnpooledHeapByteBuf.java at line 342.
What does _getShort() call?
_getShort() calls 1 function(s): getShort.
What calls _getShort()?
_getShort() is called by 1 function(s): getShort.

Analyze Your Own Codebase

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

Try Supermodel Free