cfinterface

Install

  • Installation
    • Installation via PyPi
    • Installing directly from GitHub

Getting Started

  • Tutorial
    • Fields
    • Line
    • Blocks and BlockFiles
    • Registers and RegisterFiles
    • Sections and SectionFiles
    • File Encodings
    • Modeling Binary Files
    • Versioning Files
  • Examples
  • Contributing
    • Development dependencies
    • Code conventions
    • Testing

Module Reference

  • Fields
    • Field
      • Field
        • Field.read()
        • Field.write()
    • Literal Field
      • LiteralField
    • Integer Field
      • IntegerField
    • Float Field
      • FloatField
    • Datetime Field
      • DatetimeField
  • Line
    • Line
      • Line.read()
      • Line.write()
  • Blocks
    • Block
      • Block
        • Block.begins()
        • Block.ends()
        • Block.read()
        • Block.read_block()
        • Block.write()
        • Block.write_block()
    • DefaultBlock
      • DefaultBlock
        • DefaultBlock.read()
        • DefaultBlock.write()
    • BlockData
      • BlockData
        • BlockData.add_after()
        • BlockData.add_before()
        • BlockData.append()
        • BlockData.get_blocks_of_type()
        • BlockData.of_type()
        • BlockData.preppend()
        • BlockData.remove()
        • BlockData.remove_blocks_of_type()
    • BlockFile
      • BlockFile
        • BlockFile.data
        • BlockFile.read()
        • BlockFile.set_version()
        • BlockFile.write()
  • Registers
    • Register
      • Register
        • Register.matches()
        • Register.read()
        • Register.read_register()
        • Register.write()
        • Register.write_register()
    • DefaultRegister
      • DefaultRegister
        • DefaultRegister.read()
        • DefaultRegister.write()
    • RegisterData
      • RegisterData
        • RegisterData.add_after()
        • RegisterData.add_before()
        • RegisterData.append()
        • RegisterData.get_registers_of_type()
        • RegisterData.of_type()
        • RegisterData.preppend()
        • RegisterData.remove()
        • RegisterData.remove_registers_of_type()
    • RegisterFile
      • RegisterFile
        • RegisterFile.data
        • RegisterFile.read()
        • RegisterFile.set_version()
        • RegisterFile.write()
  • Sections
    • Section
      • Section
        • Section.read()
        • Section.read_section()
        • Section.write()
        • Section.write_section()
    • DefaultSection
      • DefaultSection
        • DefaultSection.read()
        • DefaultSection.write()
    • SectionData
      • SectionData
        • SectionData.add_after()
        • SectionData.add_before()
        • SectionData.append()
        • SectionData.get_sections_of_type()
        • SectionData.of_type()
        • SectionData.preppend()
        • SectionData.remove()
        • SectionData.remove_sections_of_type()
    • SectionFile
      • SectionFile
        • SectionFile.data
        • SectionFile.read()
        • SectionFile.set_version()
        • SectionFile.write()
cfinterface
  • Registers
  • View page source

Registers

  • Register
  • DefaultRegister
  • RegisterData
  • RegisterFile
Previous Next

© Copyright 2024, Rogerio Alves.

Built with Sphinx using a theme provided by Read the Docs.