RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::bytecode_read_options Struct Reference

Resource and strictness controls for bytecode decoding. More...

#include <bytecode.hpp>

Public Attributes

processing_mode mode {processing_mode::strict}
 Strict rejection or raw-code tooling fallback.
 
std::size_t maximum_code_length {65535}
 Maximum bytes accepted, additionally capped by the JVM limit.
 

Detailed Description

Resource and strictness controls for bytecode decoding.

Definition at line 320 of file bytecode.hpp.

Member Data Documentation

◆ maximum_code_length

std::size_t rpnx::cortado::bytecode_read_options::maximum_code_length {65535}

Maximum bytes accepted, additionally capped by the JVM limit.

Definition at line 323 of file bytecode.hpp.

◆ mode

processing_mode rpnx::cortado::bytecode_read_options::mode {processing_mode::strict}

Strict rejection or raw-code tooling fallback.

Definition at line 322 of file bytecode.hpp.


The documentation for this struct was generated from the following file: