HexEdit/HexEditChunks.py

changeset 4666
bc52ef526e11
parent 4650
b1ca3bcde70b
child 5389
9b1c800daff3
equal deleted inserted replaced
4665:30d4972ab403 4666:bc52ef526e11
98 @param pos position to get bytes from 98 @param pos position to get bytes from
99 @type int 99 @type int
100 @param maxSize maximum amount of bytes to get 100 @param maxSize maximum amount of bytes to get
101 @type int 101 @type int
102 @param highlighted reference to a byte array storing highlighting info 102 @param highlighted reference to a byte array storing highlighting info
103 @byte bytearray 103 @type bytearray
104 @return retrieved data 104 @return retrieved data
105 @rtype bytearray 105 @rtype bytearray
106 """ 106 """
107 ioDelta = 0 107 ioDelta = 0
108 chunkIdx = 0 108 chunkIdx = 0

eric ide

mercurial