]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 24 Nov 2020 08:19:31 +0000 (09:19 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Nov 2020 08:19:31 +0000 (09:19 +0100)
commit5c227d3d4b639d9e5141bb218c414eb877250cf4
tree2158440e5b23d85c7554970efec9ecb88ab4caa9
parentc83be8d1aeaccd8a81a5595a82712f7848250f52
Continued:
- WIP: ops, stack file  and its index file were accidentally mixed into the
 stack which has caused reading errors. Still position 4 is written
- added/commented in more noisy debug lines
- added primitive type-hints

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/factories/index/class_FileStackIndexFactory.php
framework/main/classes/file_directories/binary/class_BaseBinaryFile.php
framework/main/classes/file_directories/binary/index/class_IndexFile.php
framework/main/classes/file_directories/binary/stack/class_StackFile.php
framework/main/classes/index/class_BaseIndex.php
framework/main/classes/index/file_stack/class_FileStackIndex.php
framework/main/classes/iterator/file/class_FileIterator.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/interfaces/block/class_Block.php
framework/main/interfaces/index/stack/class_IndexableStack.php
framework/main/interfaces/iterator/file/class_SeekableWritableFileIterator.php