file_readers package

protobuf_file_reader module

class mindreader.drivers.reader.file_readers.protobuf_file_reader.ProtobufFileReader(path=None)

Bases: object

get_snapshot() → mindreader.objects.snapshot.Snapshot

Returns the next snapshot in the stream.

get_user() → mindreader.objects.user.User

Returns the user of the snapshots in the stream.

open_file(path)

Loads a file from the path.

prefix = 'protobuf'