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 |