It seems there is no Buffer method to reset head back to start. e.g. ``` def Reset(): self.head = len(self.Bytes) ```