Home / Function/ _setLong() — netty Function Reference

_setLong() — netty Function Reference

Architecture documentation for the _setLong() function in FixedCompositeByteBuf.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  53477de7_ebe7_1688_2f36_2b6a7ee3598b["_setLong()"]
  c3651b69_631a_1f76_b70c_086b089609c2["FixedCompositeByteBuf"]
  53477de7_ebe7_1688_2f36_2b6a7ee3598b -->|defined in| c3651b69_631a_1f76_b70c_086b089609c2
  style 53477de7_ebe7_1688_2f36_2b6a7ee3598b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/main/java/io/netty/buffer/FixedCompositeByteBuf.java lines 169–172

    @Override
    protected void _setLong(int index, long value) {
        throw new ReadOnlyBufferException();
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free