Home / Function/ fillArrayWithCompressibleData() — netty Function Reference

fillArrayWithCompressibleData() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  b1564547_5340_46b2_edf0_ed67e8e16952["fillArrayWithCompressibleData()"]
  63f55b46_4f95_0492_5bc8_569080fc26cd["BrotliDecoderTest"]
  b1564547_5340_46b2_edf0_ed67e8e16952 -->|defined in| 63f55b46_4f95_0492_5bc8_569080fc26cd
  25995d7b_b926_e532_50be_5c4469f5a587["setUp()"]
  25995d7b_b926_e532_50be_5c4469f5a587 -->|calls| b1564547_5340_46b2_edf0_ed67e8e16952
  style b1564547_5340_46b2_edf0_ed67e8e16952 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java lines 65–69

    private static void fillArrayWithCompressibleData(byte[] array) {
        for (int i = 0; i < array.length; i++) {
            array[i] = i % 4 != 0 ? 0 : (byte) RANDOM.nextInt();
        }
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does fillArrayWithCompressibleData() do?
fillArrayWithCompressibleData() is a function in the netty codebase, defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java.
Where is fillArrayWithCompressibleData() defined?
fillArrayWithCompressibleData() is defined in codec-compression/src/test/java/io/netty/handler/codec/compression/BrotliDecoderTest.java at line 65.
What calls fillArrayWithCompressibleData()?
fillArrayWithCompressibleData() is called by 1 function(s): setUp.

Analyze Your Own Codebase

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

Try Supermodel Free