|
Sparse Virtual File System
0.4.1
A Sparse Virtual File System.
|
Functions | |
| def | gen_rle_seek_read_actions (seek_read_rle) |
Examples of seek read operations. MIT License Copyright (c) 2020-2025 Paul Ross Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| def src.cpy.sim_examples.gen_rle_seek_read_actions | ( | seek_read_rle | ) |
Definition at line 35 of file sim_examples.py.
| dictionary src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS |
Definition at line 713 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_SYNTHETIC = tuple((fpos, 32) for fpos in range(0, 2048 * 10, 64)) |
Definition at line 28 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_SYNTHETIC_SIZE |
Definition at line 29 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TIFF_CMU_1 |
Definition at line 180 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TIFF_CMU_1_RLE |
Definition at line 45 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TIFF_CMU_1_SIZE = 204117846 |
Definition at line 183 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_001_svs |
Definition at line 280 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_001_svs_RLE |
Definition at line 188 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_001_svs_SIZE = 2249782650 |
Definition at line 282 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_002_svs |
Definition at line 354 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_002_svs_RLE |
Definition at line 288 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_002_svs_SIZE = 689156184 |
Definition at line 356 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_003_svs |
Definition at line 443 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_003_svs_RLE |
Definition at line 362 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_003_svs_SIZE = 590615632 |
Definition at line 445 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_004_svs |
Definition at line 532 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_004_svs_RLE |
Definition at line 451 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_004_svs_SIZE = 780367739 |
Definition at line 534 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_005_svs |
Definition at line 621 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_005_svs_RLE |
Definition at line 540 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_005_svs_SIZE = 1000853688 |
Definition at line 623 of file sim_examples.py.
| src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_006_svs |
Definition at line 709 of file sim_examples.py.
| tuple src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_006_svs_RLE |
Definition at line 628 of file sim_examples.py.
| int src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_LENGTHS_TUPAC_TR_006_svs_SIZE = 991198013 |
Definition at line 711 of file sim_examples.py.
| dictionary src.cpy.sim_examples.EXAMPLE_FILE_POSITIONS_SIZES |
Definition at line 724 of file sim_examples.py.