comparison: eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html
eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html
- changeset 7989
- a21d673a8f99
- parent 7273
- 391d6b7b1eff
- child 8152
- 0c740fcffd34
equal
deleted
inserted
replaced
229 <dd> |
229 <dd> |
230 absolute position of the data. |
230 absolute position of the data. |
231 </dd> |
231 </dd> |
232 </dl> |
232 </dl> |
233 <dl> |
233 <dl> |
234 <dt>Returns:</dt> |
234 <dt>Return:</dt> |
235 <dd> |
235 <dd> |
236 index of the chunk containing the position |
236 index of the chunk containing the position |
237 </dd> |
237 </dd> |
238 </dl> |
238 </dl> |
239 <dl> |
239 <dl> |
258 <dd> |
258 <dd> |
259 position of byte to get |
259 position of byte to get |
260 </dd> |
260 </dd> |
261 </dl> |
261 </dl> |
262 <dl> |
262 <dl> |
263 <dt>Returns:</dt> |
263 <dt>Return:</dt> |
264 <dd> |
264 <dd> |
265 requested byte |
265 requested byte |
266 </dd> |
266 </dd> |
267 </dl> |
267 </dl> |
268 <dl> |
268 <dl> |
292 <dd> |
292 <dd> |
293 reference to a byte array storing highlighting info |
293 reference to a byte array storing highlighting info |
294 </dd> |
294 </dd> |
295 </dl> |
295 </dl> |
296 <dl> |
296 <dl> |
297 <dt>Returns:</dt> |
297 <dt>Return:</dt> |
298 <dd> |
298 <dd> |
299 retrieved data |
299 retrieved data |
300 </dd> |
300 </dd> |
301 </dl> |
301 </dl> |
302 <dl> |
302 <dl> |
318 <dd> |
318 <dd> |
319 byte position to check |
319 byte position to check |
320 </dd> |
320 </dd> |
321 </dl> |
321 </dl> |
322 <dl> |
322 <dl> |
323 <dt>Returns:</dt> |
323 <dt>Return:</dt> |
324 <dd> |
324 <dd> |
325 flag indicating the changed state |
325 flag indicating the changed state |
326 </dd> |
326 </dd> |
327 </dl> |
327 </dl> |
328 <dl> |
328 <dl> |
348 <dd> |
348 <dd> |
349 position to start the search at |
349 position to start the search at |
350 </dd> |
350 </dd> |
351 </dl> |
351 </dl> |
352 <dl> |
352 <dl> |
353 <dt>Returns:</dt> |
353 <dt>Return:</dt> |
354 <dd> |
354 <dd> |
355 position the data was found at or -1 if nothing could be found |
355 position the data was found at or -1 if nothing could be found |
356 </dd> |
356 </dd> |
357 </dl> |
357 </dl> |
358 <dl> |
358 <dl> |
378 <dd> |
378 <dd> |
379 byte to insert |
379 byte to insert |
380 </dd> |
380 </dd> |
381 </dl> |
381 </dl> |
382 <dl> |
382 <dl> |
383 <dt>Returns:</dt> |
383 <dt>Return:</dt> |
384 <dd> |
384 <dd> |
385 flag indicating success |
385 flag indicating success |
386 </dd> |
386 </dd> |
387 </dl> |
387 </dl> |
388 <dl> |
388 <dl> |
408 <dd> |
408 <dd> |
409 position to start the search at |
409 position to start the search at |
410 </dd> |
410 </dd> |
411 </dl> |
411 </dl> |
412 <dl> |
412 <dl> |
413 <dt>Returns:</dt> |
413 <dt>Return:</dt> |
414 <dd> |
414 <dd> |
415 position the data was found at or -1 if nothing could be found |
415 position the data was found at or -1 if nothing could be found |
416 </dd> |
416 </dd> |
417 </dl> |
417 </dl> |
418 <dl> |
418 <dl> |
438 <dd> |
438 <dd> |
439 byte to overwrite with |
439 byte to overwrite with |
440 </dd> |
440 </dd> |
441 </dl> |
441 </dl> |
442 <dl> |
442 <dl> |
443 <dt>Returns:</dt> |
443 <dt>Return:</dt> |
444 <dd> |
444 <dd> |
445 flag indicating success |
445 flag indicating success |
446 </dd> |
446 </dd> |
447 </dl> |
447 </dl> |
448 <dl> |
448 <dl> |
457 |
457 |
458 <p> |
458 <p> |
459 Public method to get the current position. |
459 Public method to get the current position. |
460 </p> |
460 </p> |
461 <dl> |
461 <dl> |
462 <dt>Returns:</dt> |
462 <dt>Return:</dt> |
463 <dd> |
463 <dd> |
464 current position |
464 current position |
465 </dd> |
465 </dd> |
466 </dl> |
466 </dl> |
467 <dl> |
467 <dl> |
483 <dd> |
483 <dd> |
484 position to remove |
484 position to remove |
485 </dd> |
485 </dd> |
486 </dl> |
486 </dl> |
487 <dl> |
487 <dl> |
488 <dt>Returns:</dt> |
488 <dt>Return:</dt> |
489 <dd> |
489 <dd> |
490 flag indicating success |
490 flag indicating success |
491 </dd> |
491 </dd> |
492 </dl> |
492 </dl> |
493 <dl> |
493 <dl> |
527 <dd> |
527 <dd> |
528 io device to get the data from |
528 io device to get the data from |
529 </dd> |
529 </dd> |
530 </dl> |
530 </dl> |
531 <dl> |
531 <dl> |
532 <dt>Returns:</dt> |
532 <dt>Return:</dt> |
533 <dd> |
533 <dd> |
534 flag indicating successful operation |
534 flag indicating successful operation |
535 </dd> |
535 </dd> |
536 </dl> |
536 </dl> |
537 <dl> |
537 <dl> |
546 |
546 |
547 <p> |
547 <p> |
548 Public method to get the current data size. |
548 Public method to get the current data size. |
549 </p> |
549 </p> |
550 <dl> |
550 <dl> |
551 <dt>Returns:</dt> |
551 <dt>Return:</dt> |
552 <dd> |
552 <dd> |
553 current data size |
553 current data size |
554 </dd> |
554 </dd> |
555 </dl> |
555 </dl> |
556 <dl> |
556 <dl> |
580 <dd> |
580 <dd> |
581 amount of bytes to write |
581 amount of bytes to write |
582 </dd> |
582 </dd> |
583 </dl> |
583 </dl> |
584 <dl> |
584 <dl> |
585 <dt>Returns:</dt> |
585 <dt>Return:</dt> |
586 <dd> |
586 <dd> |
587 flag indicating success |
587 flag indicating success |
588 </dd> |
588 </dd> |
589 </dl> |
589 </dl> |
590 <dl> |
590 <dl> |

