Close issue #54 by adding a read1 method to the MagicKeyFile class

This commit is contained in:
2016-05-21 12:24:48 +02:00
parent 5a78157112
commit cca0dbb46b
2 changed files with 9 additions and 2 deletions

View File

@ -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)