Home / Function/ largeData() — netty Function Reference

largeData() — netty Function Reference

Architecture documentation for the largeData() function in BrotliDecoderTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  82fa0a12_14c8_0772_2831_e826e1ffedbc["largeData()"]
  63f55b46_4f95_0492_5bc8_569080fc26cd["BrotliDecoderTest"]
  82fa0a12_14c8_0772_2831_e826e1ffedbc -->|defined in| 63f55b46_4f95_0492_5bc8_569080fc26cd
  style 82fa0a12_14c8_0772_2831_e826e1ffedbc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java lines 101–106

    public static ByteBuf[] largeData() {
        ByteBuf heap = Unpooled.wrappedBuffer(COMPRESSED_BYTES_LARGE);
        ByteBuf direct = Unpooled.directBuffer(COMPRESSED_BYTES_LARGE.length);
        direct.writeBytes(COMPRESSED_BYTES_LARGE);
        return new ByteBuf[]{heap, direct};
    }

Domain

Subdomains

Frequently Asked Questions

What does largeData() do?
largeData() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java.
Where is largeData() defined?
largeData() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java at line 101.

Analyze Your Own Codebase

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

Try Supermodel Free