obspy.io.mseed.util._get_record_information

_get_record_information(file_object, offset=0, endian=None)[source]

Searches the first MiniSEED record stored in file_object at the current position and returns some information about it.

If offset is given, the MiniSEED record is assumed to start at current position + offset in file_object.

Parameters:

endian – If given, the byte order will be enforced. Can be either “<” or “>”. If None, it will be determined automatically. Defaults to None.