Home / Function/ _getShort() — netty Function Reference

_getShort() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/PooledUnsafeDirectByteBuf.java lines 82–85

    @Override
    protected short _getShort(int index) {
        return UnsafeByteBufUtil.getShort(addr(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/PooledUnsafeDirectByteBuf.java.
Where is _getShort() defined?
_getShort() is defined in buffer/src/main/java/io/netty/buffer/PooledUnsafeDirectByteBuf.java at line 82.
What does _getShort() call?
_getShort() 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