spinnman.data.abstract_byte_reader module ========================================= .. automodule:: spinnman.data.abstract_byte_reader .. currentmodule:: spinnman.data.abstract_byte_reader .. autoclass:: AbstractByteReader :show-inheritance: .. rubric:: Abstract Methods .. autosummary:: is_at_end read_byte read_int read_long read_short .. rubric:: Methods .. autosummary:: read_bytes .. rubric:: Detailed Methods .. automethod:: is_at_end .. automethod:: read_byte .. automethod:: read_bytes .. automethod:: read_int .. automethod:: read_long .. automethod:: read_short