spinnman.data.abstract_byte_writer module ========================================= .. automodule:: spinnman.data.abstract_byte_writer .. currentmodule:: spinnman.data.abstract_byte_writer .. autoclass:: AbstractByteWriter :show-inheritance: .. rubric:: Abstract Methods .. autosummary:: get_n_bytes_written write_byte write_int write_long write_short .. rubric:: Methods .. autosummary:: write_bytes .. rubric:: Detailed Methods .. automethod:: get_n_bytes_written .. automethod:: write_byte .. automethod:: write_bytes .. automethod:: write_int .. automethod:: write_long .. automethod:: write_short