Close issue #54 by adding a read1 method to the MagicKeyFile class
This commit is contained in:
@ -9,6 +9,7 @@ cdef class MagicKeyFile:
|
||||
cdef int pos
|
||||
|
||||
cpdef bytes read(self,int size=?)
|
||||
cpdef bytes read1(self,int size=?)
|
||||
cpdef int tell(self)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user