# sig/bindata/params.rbs

class BinData::AcceptedParametersPlugin::AcceptedParameters
  def self.invalid_parameter_names: () -> untyped
  def all: () -> untyped
  def default: () -> untyped
  def ensure_valid_names: () -> untyped
  def initialize: () -> void
  def mandatory: () -> untyped
  def mutually_exclusive: () -> untyped
  def optional: () -> untyped
  def to_syms: () -> untyped
end


# sig/bindata/array.rbs

class BinData::Array < BinData::BinData::Base
  def []: () -> untyped
  def []=: () -> untyped
  def append_new_element: () -> untyped
  def assign: () -> untyped
  def at: () -> untyped
  def clear?: () -> untyped
  def concat: () -> untyped
  def debug_name_of: () -> untyped
  def do_num_bytes: () -> untyped
  def do_write: () -> untyped
  def each: () -> untyped
  def elements: () -> untyped
  def empty?: () -> untyped
  def extend_array: () -> untyped
  def find_index: () -> untyped
  def find_index_of: () -> untyped
  def first: () -> untyped
  def initialize_instance: () -> untyped
  def initialize_shared_instance: () -> untyped
  def insert: () -> untyped
  def last: () -> untyped
  def length: () -> untyped
  def new_element: () -> untyped
  def offset_of: () -> untyped
  def push: () -> untyped
  def slice_index: () -> untyped
  def slice_range: () -> untyped
  def slice_start_length: () -> untyped
  def snapshot: () -> untyped
  def sum_num_bytes_below_index: () -> untyped
  def sum_num_bytes_for_all_elements: () -> untyped
  def to_ary: () -> untyped
  def unshift: () -> untyped
end


# sig/bindata/array.rbs

class BinData::ArrayArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/base.rbs

class BinData::Base
  def ==: () -> untyped
  def =~: () -> untyped
  def abs_offset: () -> untyped
  def arg_processor: () -> untyped
  def auto_call_delayed_io: () -> untyped
  def binary_string: () -> untyped
  def bindata_name: () -> untyped
  def clear: () -> untyped
  def debug_name: () -> untyped
  def eval_parameter: () -> untyped
  def extract_args: () -> untyped
  def get_parameter: () -> untyped
  def has_parameter?: () -> untyped
  def initialize: () -> void
  def initialize_instance: () -> untyped
  def initialize_with_warning: () -> untyped
  def inspect: () -> untyped
  def lazy_evaluator: () -> untyped
  def new: () -> untyped
  def num_bytes: () -> untyped
  def pretty_print: () -> untyped
  def read: () -> untyped
  def read: () -> untyped
  def reading?: () -> untyped
  def register_subclasses: () -> untyped
  def rel_offset: () -> untyped
  def safe_respond_to?: () -> untyped
  def start_read: () -> untyped
  def to_binary_s: () -> untyped
  def to_hex: () -> untyped
  def to_s: () -> untyped
  def top_level: () -> untyped
  def top_level_get: () -> untyped
  def top_level_set: () -> untyped
  def unregister_self: () -> untyped
  def write: () -> untyped
end


# sig/bindata/base.rbs

class BinData::BaseArgProcessor
  def extract_args: () -> untyped
  def sanitize_parameters!: () -> untyped
  def separate_args: () -> untyped
end


# sig/bindata/base_primitive.rbs

class BinData::BasePrimitive < BinData::BinData::Base
  def <=>: () -> untyped
  def _value: () -> untyped
  def assign: () -> untyped
  def clear?: () -> untyped
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_read_with_hook: () -> untyped
  def do_write: () -> untyped
  def eql?: () -> untyped
  def hash: () -> untyped
  def initialize_instance: () -> untyped
  def initialize_shared_instance: () -> untyped
  def method_missing: () -> untyped
  def read_and_return_value: () -> untyped
  def respond_to?: () -> untyped
  def sensible_default: () -> untyped
  def snapshot: () -> untyped
  def trace_value: () -> untyped
  def turn_off_tracing: () -> untyped
  def turn_on_tracing: () -> untyped
  def value: () -> untyped
  def value=: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/alignment.rbs

class BinData::BitAligned::BitAlignedIO
  def initialize: () -> void
  def readbytes: () -> untyped
end


# sig/bindata/buffer.rbs

class BinData::Buffer < BinData::BinData::Base
  def assign: () -> untyped
  def clear?: () -> untyped
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def initialize_instance: () -> untyped
  def method_missing: () -> untyped
  def raw_num_bytes: () -> untyped
  def respond_to?: () -> untyped
  def snapshot: () -> untyped
end


# sig/bindata/buffer.rbs

class BinData::BufferArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/choice.rbs

class BinData::Choice < BinData::BinData::Base
  def current_choice: () -> untyped
  def do_read_with_hook: () -> untyped
  def initialize_instance: () -> untyped
  def initialize_shared_instance: () -> untyped
  def instantiate_choice: () -> untyped
  def method_missing: () -> untyped
  def respond_to?: () -> untyped
  def selection: () -> untyped
  def trace_selection: () -> untyped
  def turn_off_tracing: () -> untyped
  def turn_on_tracing: () -> untyped
end


# sig/bindata/choice.rbs

class BinData::ChoiceArgProcessor < BinData::BaseArgProcessor
  def choices_as_hash: () -> untyped
  def ensure_valid_keys: () -> untyped
  def key_array_by_index: () -> untyped
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/count_bytes_remaining.rbs

class BinData::CountBytesRemaining < BinData::BinData::BasePrimitive
  def read_and_return_value: () -> untyped
  def sensible_default: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/dsl.rbs

class BinData::DSLMixin::DSLBigAndLittleEndianHandler
  def class_with_endian: () -> untyped
  def create_subclasses_with_endian: () -> untyped
  def delegate_field_creation: () -> untyped
  def fixup_subclass_hierarchy: () -> untyped
  def handle: () -> untyped
  def make_class_abstract: () -> untyped
  def obj_attribute: () -> untyped
  def override_new_in_class: () -> untyped
end


# sig/bindata/dsl.rbs

class BinData::DSLMixin::DSLFieldParser
  def initialize: () -> void
  def name_from_field_declaration: () -> untyped
  def params_from_args: () -> untyped
  def params_from_block: () -> untyped
  def params_from_field_declaration: () -> untyped
end


# sig/bindata/dsl.rbs

class BinData::DSLMixin::DSLFieldValidator
  def all_or_none_names_failed?: () -> untyped
  def duplicate_name?: () -> untyped
  def ensure_valid_name: () -> untyped
  def fields: () -> untyped
  def initialize: () -> void
  def malformed_name?: () -> untyped
  def must_have_a_name_failed?: () -> untyped
  def must_not_have_a_name_failed?: () -> untyped
  def name_is_reserved?: () -> untyped
  def name_shadows_method?: () -> untyped
  def option?: () -> untyped
  def validate_field: () -> untyped
end


# sig/bindata/dsl.rbs

class BinData::DSLMixin::DSLParser
  def append_field: () -> untyped
  def dsl_params: () -> untyped
  def dsl_raise: () -> untyped
  def endian: () -> untyped
  def ensure_hints: () -> untyped
  def fields: () -> untyped
  def fields?: () -> untyped
  def hide: () -> untyped
  def hints: () -> untyped
  def initialize: () -> void
  def method_missing: () -> untyped
  def option?: () -> untyped
  def parent_attribute: () -> untyped
  def parent_fields: () -> untyped
  def parse_and_append_field: () -> untyped
  def parser_abilities: () -> untyped
  def search_prefix: () -> untyped
  def set_endian: () -> untyped
  def to_choice_params: () -> untyped
  def to_object_params: () -> untyped
  def to_struct_params: () -> untyped
  def valid_endian?: () -> untyped
end


# sig/bindata/delayed_io.rbs

class BinData::DelayedIO < BinData::BinData::Base
  def abs_offset: () -> untyped
  def abs_offset=: () -> untyped
  def assign: () -> untyped
  def clear?: () -> untyped
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def include_obj?: () -> untyped
  def initialize_instance: () -> untyped
  def method_missing: () -> untyped
  def num_bytes: () -> untyped
  def read_now!: () -> untyped
  def rel_offset: () -> untyped
  def respond_to?: () -> untyped
  def snapshot: () -> untyped
  def write_now!: () -> untyped
end


# sig/bindata/delayed_io.rbs

class BinData::DelayedIoArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/io.rbs

class BinData::IO::Read
  def accumulate_big_endian_bits: () -> untyped
  def accumulate_little_endian_bits: () -> untyped
  def initialize: () -> void
  def mask: () -> untyped
  def offset: () -> untyped
  def read: () -> untyped
  def read_all_bytes: () -> untyped
  def read_big_endian_bits: () -> untyped
  def read_little_endian_bits: () -> untyped
  def readbits: () -> untyped
  def readbytes: () -> untyped
  def reset_read_bits: () -> untyped
  def seekbytes: () -> untyped
  def with_buffer: () -> untyped
end


# sig/bindata/io.rbs

class BinData::IO::Write
  def flushbits: () -> untyped
  def initialize: () -> void
  def mask: () -> untyped
  def offset: () -> untyped
  def seekbytes: () -> untyped
  def with_buffer: () -> untyped
  def write: () -> untyped
  def write_big_endian_bits: () -> untyped
  def write_little_endian_bits: () -> untyped
  def writebits: () -> untyped
  def writebytes: () -> untyped
end


# sig/bindata/lazy.rbs

class BinData::LazyEvaluator
  def callable?: () -> untyped
  def eval_symbol_in_parent_context: () -> untyped
  def index: () -> untyped
  def initialize: () -> void
  def lazy_eval: () -> untyped
  def method_missing: () -> untyped
  def parent: () -> untyped
  def recursively_eval: () -> untyped
  def resolve_symbol_in_parent_context: () -> untyped
end


# sig/bindata/primitive.rbs

class BinData::Primitive < BinData::BasePrimitive
  def assign: () -> untyped
  def debug_name_of: () -> untyped
  def do_num_bytes: () -> untyped
  def do_write: () -> untyped
  def get: () -> untyped
  def initialize_instance: () -> untyped
  def method_missing: () -> untyped
  def read_and_return_value: () -> untyped
  def respond_to?: () -> untyped
  def sensible_default: () -> untyped
  def set: () -> untyped
end


# sig/bindata/primitive.rbs

class BinData::PrimitiveArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/record.rbs

class BinData::RecordArgProcessor < BinData::StructArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/registry.rbs

class BinData::Registry
  def initialize: () -> void
  def lookup: () -> untyped
  def name_with_endian: () -> untyped
  def name_with_prefix: () -> untyped
  def normalize_name: () -> untyped
  def register: () -> untyped
  def register_dynamic_class: () -> untyped
  def registered?: () -> untyped
  def underscore_name: () -> untyped
  def unregister: () -> untyped
  def warn_if_name_is_already_registered: () -> untyped
end


# sig/bindata/rest.rbs

class BinData::Rest < BinData::BinData::BasePrimitive
  def read_and_return_value: () -> untyped
  def sensible_default: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/alignment.rbs

class BinData::ResumeByteAlignment < BinData::BinData::Base
  def assign: () -> untyped
  def clear?: () -> untyped
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def snapshot: () -> untyped
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedBigEndian < BinData::SanitizedParameter
  def endian: () -> untyped
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedChoices < BinData::SanitizedParameter
  def []: () -> untyped
  def initialize: () -> void
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedField < BinData::SanitizedParameter
  def has_parameter?: () -> untyped
  def initialize: () -> void
  def instantiate: () -> untyped
  def name: () -> untyped
  def name_as_sym: () -> untyped
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedFields < BinData::SanitizedParameter
  def []: () -> untyped
  def add_field: () -> untyped
  def all_field_names_blank?: () -> untyped
  def any_field_has_parameter?: () -> untyped
  def each: () -> untyped
  def empty?: () -> untyped
  def field_name?: () -> untyped
  def field_names: () -> untyped
  def initialize: () -> void
  def length: () -> untyped
  def no_field_names_blank?: () -> untyped
  def raw_fields: () -> untyped
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedLittleEndian < BinData::SanitizedParameter
  def endian: () -> untyped
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedParameters < BinData::Hash
  def create_sanitized_choices: () -> untyped
  def create_sanitized_endian: () -> untyped
  def create_sanitized_fields: () -> untyped
  def create_sanitized_object_prototype: () -> untyped
  def create_sanitized_params: () -> untyped
  def ensure_mandatory_parameters_exist: () -> untyped
  def ensure_mutual_exclusion_of_parameters: () -> untyped
  def ensure_no_nil_values: () -> untyped
  def has_at_least_one_of?: () -> untyped
  def hints: () -> untyped
  def initialize: () -> void
  def merge_default_parameters!: () -> untyped
  def must_be_integer: () -> untyped
  def needs_sanitizing?: () -> untyped
  def rename_parameter: () -> untyped
  def sanitize: () -> untyped
  def sanitize: () -> untyped
  def sanitize!: () -> untyped
  def sanitize_choices: () -> untyped
  def sanitize_endian: () -> untyped
  def sanitize_fields: () -> untyped
  def sanitize_object_prototype: () -> untyped
  def warn_replacement_parameter: () -> untyped
end


# sig/bindata/sanitize.rbs

class BinData::SanitizedPrototype < BinData::SanitizedParameter
  def has_parameter?: () -> untyped
  def initialize: () -> void
  def instantiate: () -> untyped
end


# sig/bindata/skip.rbs

class BinData::Skip < BinData::BinData::BasePrimitive
  def initialize_shared_instance: () -> untyped
  def read_and_return_value: () -> untyped
  def sensible_default: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/skip.rbs

class BinData::SkipArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/string.rbs

class BinData::String < BinData::BinData::BasePrimitive
  def assign: () -> untyped
  def clamp_to_length: () -> untyped
  def initialize_shared_instance: () -> untyped
  def read_and_return_value: () -> untyped
  def sensible_default: () -> untyped
  def snapshot: () -> untyped
  def trim_padding: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/string.rbs

class BinData::StringArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
  def sanitized_pad_byte: () -> untyped
end


# sig/bindata/stringz.rbs

class BinData::Stringz < BinData::BinData::BasePrimitive
  def append_zero_byte_if_needed!: () -> untyped
  def assign: () -> untyped
  def read_and_return_value: () -> untyped
  def sensible_default: () -> untyped
  def snapshot: () -> untyped
  def trim_and_zero_terminate: () -> untyped
  def trim_to!: () -> untyped
  def truncate_after_first_zero_byte!: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/struct.rbs

class BinData::Struct < BinData::BinData::Base
  def []: () -> untyped
  def []=: () -> untyped
  def as_stringified_hash: () -> untyped
  def assign: () -> untyped
  def assign_fields: () -> untyped
  def base_field_name: () -> untyped
  def clear: () -> untyped
  def clear?: () -> untyped
  def debug_name_of: () -> untyped
  def define_field_accessors: () -> untyped
  def define_field_accessors_for: () -> untyped
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def each_pair: () -> untyped
  def field_names: () -> untyped
  def find_index_of: () -> untyped
  def find_obj_for_name: () -> untyped
  def include_obj?: () -> untyped
  def include_obj_for_io?: () -> untyped
  def initialize_instance: () -> untyped
  def initialize_shared_instance: () -> untyped
  def instantiate_all_objs: () -> untyped
  def instantiate_obj_at: () -> untyped
  def key?: () -> untyped
  def offset_of: () -> untyped
  def snapshot: () -> untyped
  def sum_num_bytes_below_index: () -> untyped
  def sum_num_bytes_for_all_fields: () -> untyped
end


# sig/bindata/struct.rbs

class BinData::Struct::Snapshot < Hash
  def []=: () -> untyped
  def method_missing: () -> untyped
  def respond_to?: () -> untyped
end


# sig/bindata/struct.rbs

class BinData::StructArgProcessor < BinData::BaseArgProcessor
  def ensure_field_names_are_valid: () -> untyped
  def hidden_field_names: () -> untyped
  def sanitize_endian: () -> untyped
  def sanitize_fields: () -> untyped
  def sanitize_hide: () -> untyped
  def sanitize_parameters!: () -> untyped
  def sanitize_search_prefix: () -> untyped
  def sanitized_field_names: () -> untyped
end


# sig/bindata/trace.rbs

class BinData::Tracer
  def initialize: () -> void
  def trace: () -> untyped
  def trace_obj: () -> untyped
end


# sig/bindata/uint8_array.rbs

class BinData::Uint8Array < BinData::BinData::BasePrimitive
  def read_and_return_value: () -> untyped
  def sensible_default: () -> untyped
  def value_to_binary_string: () -> untyped
end


# sig/bindata/uint8_array.rbs

class BinData::Uint8ArrayArgProcessor < BinData::BaseArgProcessor
  def sanitize_parameters!: () -> untyped
end


# sig/bindata/virtual.rbs

class BinData::Virtual < BinData::BinData::BasePrimitive
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def sensible_default: () -> untyped
end


# sig/bindata/alignment.rbs

module BinData
  def trace_message: () -> untyped
  def trace_reading: () -> untyped
end


# sig/bindata/params.rbs

module BinData::AcceptedParametersPlugin
  def accepted_parameters: () -> untyped
  def default_parameters: () -> untyped
  def mandatory_parameters: () -> untyped
  def mutually_exclusive_parameters: () -> untyped
  def optional_parameters: () -> untyped
end


# sig/bindata/delayed_io.rbs

module BinData::Base::AutoCallDelayedIO
  def initialize_shared_instance: () -> untyped
  def num_bytes: () -> untyped
  def read: () -> untyped
  def write: () -> untyped
end


# sig/bindata/base_primitive.rbs

module BinData::BasePrimitive::AssertPlugin
  def assert!: () -> untyped
  def assign: () -> untyped
  def do_read: () -> untyped
end


# sig/bindata/base_primitive.rbs

module BinData::BasePrimitive::AssertedValuePlugin
  def _value: () -> untyped
  def assert!: () -> untyped
  def assert_value: () -> untyped
  def assign: () -> untyped
  def do_read: () -> untyped
end


# sig/bindata/base_primitive.rbs

module BinData::BasePrimitive::InitialValuePlugin
  def _value: () -> untyped
end


# sig/bindata/base_primitive.rbs

module BinData::BasePrimitive::ValuePlugin
  def _value: () -> untyped
  def assign: () -> untyped
end


# sig/bindata/alignment.rbs

module BinData::BitAligned
  def bit_aligned?: () -> untyped
  def do_num_bytes: () -> untyped
  def do_write: () -> untyped
  def read_and_return_value: () -> untyped
end


# sig/bindata/bits.rbs

module BinData::BitField
  def create_clamp_code: () -> untyped
  def create_do_num_bytes_code: () -> untyped
  def create_dynamic_clamp_code: () -> untyped
  def create_fixed_clamp_code: () -> untyped
  def create_int2uint_code: () -> untyped
  def create_nbits_code: () -> untyped
  def create_params_code: () -> untyped
  def create_uint2int_code: () -> untyped
  def define_class: () -> untyped
  def define_methods: () -> untyped
end


# sig/bindata/bits.rbs

module BinData::BitFieldFactory
  def const_missing: () -> untyped
end


# sig/bindata/struct.rbs

module BinData::ByteAlignPlugin
  def align_obj?: () -> untyped
  def bytes_to_align: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def sum_num_bytes_below_index: () -> untyped
end


# sig/bindata/offset.rbs

module BinData::CheckOrAdjustOffsetPlugin
  def self.included: () -> untyped
  def initialize_shared_instance: () -> untyped
end


# sig/bindata/offset.rbs

module BinData::CheckOrAdjustOffsetPlugin::AdjustOffsetMixin
  def adjust_offset: () -> untyped
  def do_read: () -> untyped
end


# sig/bindata/offset.rbs

module BinData::CheckOrAdjustOffsetPlugin::CheckOffsetMixin
  def check_offset: () -> untyped
  def do_read: () -> untyped
end


# sig/bindata/choice.rbs

module BinData::CopyOnChangePlugin
  def copy_previous_value: () -> untyped
  def current_choice: () -> untyped
  def get_previous_choice: () -> untyped
  def remember_current_selection: () -> untyped
end


# sig/bindata/dsl.rbs

module BinData::DSLMixin
  def dsl_parser: () -> untyped
  def method_missing: () -> untyped
  def to_ary: () -> untyped
  def to_str: () -> untyped
end


# sig/bindata/float.rbs

module BinData::FloatingPoint
  def create_num_bytes_code: () -> untyped
  def create_read_code: () -> untyped
  def create_to_binary_s_code: () -> untyped
  def define_methods: () -> untyped
end


# sig/bindata/framework.rbs

module BinData::Framework
  def assign: () -> untyped
  def bit_aligned?: () -> untyped
  def clear?: () -> untyped
  def debug_name_of: () -> untyped
  def do_num_bytes: () -> untyped
  def do_read: () -> untyped
  def do_write: () -> untyped
  def initialize_instance: () -> untyped
  def initialize_shared_instance: () -> untyped
  def offset_of: () -> untyped
  def snapshot: () -> untyped
end


# sig/bindata/io.rbs

module BinData::IO
  def self.create_string_io: () -> untyped
end


# sig/bindata/io.rbs

module BinData::IO::Common
  def buffer_limited_n: () -> untyped
  def initialize: () -> void
  def seek: () -> untyped
  def seekable?: () -> untyped
  def with_buffer_common: () -> untyped
end


# sig/bindata/io.rbs

module BinData::IO::Common::SeekableStream
  def num_bytes_remaining: () -> untyped
  def offset_raw: () -> untyped
  def read_raw: () -> untyped
  def seek_raw: () -> untyped
  def stream_init: () -> untyped
  def with_readahead: () -> untyped
  def write_raw: () -> untyped
end


# sig/bindata/io.rbs

module BinData::IO::Common::UnSeekableStream
  def num_bytes_remaining: () -> untyped
  def offset_raw: () -> untyped
  def read_raw: () -> untyped
  def read_raw_with_readahead: () -> untyped
  def seek_raw: () -> untyped
  def stream_init: () -> untyped
  def with_readahead: () -> untyped
  def write_raw: () -> untyped
end


# sig/bindata/array.rbs

module BinData::InitialLengthPlugin
  def do_read: () -> untyped
  def elements: () -> untyped
end


# sig/bindata/int.rbs

module BinData::Int
  def bits_per_word: () -> untyped
  def create_clamp_code: () -> untyped
  def create_int2uint_code: () -> untyped
  def create_raw_read_code: () -> untyped
  def create_read_assemble_code: () -> untyped
  def create_read_code: () -> untyped
  def create_read_unpack_code: () -> untyped
  def create_to_binary_s_code: () -> untyped
  def create_uint2int_code: () -> untyped
  def define_class: () -> untyped
  def define_methods: () -> untyped
  def need_signed_conversion_code?: () -> untyped
  def pack_directive: () -> untyped
  def val_as_packed_words: () -> untyped
end


# sig/bindata/int.rbs

module BinData::IntFactory
  def const_missing: () -> untyped
end


# sig/bindata/dsl.rbs

module BinData::MultiFieldArgSeparator
  def field_names_in_parameters?: () -> untyped
  def parameters_is_value?: () -> untyped
  def separate_args: () -> untyped
end


# sig/bindata/array.rbs

module BinData::ReadUntilEOFPlugin
  def do_read: () -> untyped
end


# sig/bindata/array.rbs

module BinData::ReadUntilPlugin
  def do_read: () -> untyped
end


# sig/bindata/name.rbs

module BinData::RegisterNamePlugin
  def self.included: () -> untyped
  def initialize_shared_instance: () -> untyped
end


# sig/bindata/skip.rbs

module BinData::SkipLengthPlugin
  def skip_length: () -> untyped
end


# sig/bindata/skip.rbs

module BinData::SkipToAbsOffsetPlugin
  def skip_length: () -> untyped
end


# sig/bindata/skip.rbs

module BinData::SkipUntilValidPlugin
  def read_and_return_value: () -> untyped
  def skip_length: () -> untyped
end


# sig/bindata/string.rbs

module BinData::WarnNoReadLengthPlugin
  def read_and_return_value: () -> untyped
end
