Module: BinaryPList::Parser
- Defined in:
- lib/binary_plist/parser/bplist00.rb,
lib/binary_plist/parser/offset_table.rb,
lib/binary_plist/parser/object_readers/int.rb,
lib/binary_plist/parser/object_readers/base.rb,
lib/binary_plist/parser/object_readers/null.rb,
lib/binary_plist/parser/object_readers/array.rb,
lib/binary_plist/parser/object_readers/ascii_string.rb,
lib/binary_plist/parser/object_readers/utf16_string.rb
Defined Under Namespace
Modules: ObjectReaders Classes: BPList00, OffsetTable
Constant Summary collapse
- OutOfBoundsError =
Class.new(StandardError)