]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 8 Dec 2020 23:20:01 +0000 (00:20 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Dec 2020 23:20:01 +0000 (00:20 +0100)
commit1413cff705baa0641da9c39ad0a53d57bb1ae24b
tree4abb3b753c8083942141549a22e9f34f750ce207
parentfc83e6b1ac6fe3a5e09a3e4f8bad20fa2240cae4
Continued:
- commented out a lot debug messages
- still closeFile() and __destruct() interfere with PHPUnit's output
- Fixed bugs in pre-allocating binary files and needed to add 2 to header size for first free gap
- also introduced some private methods to ease adding gaps (start/end seek positions)

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
framework/main/classes/class_BaseFrameworkSystem.php
framework/main/classes/file_directories/binary/class_BaseBinaryFile.php
framework/main/classes/file_directories/class_BaseAbstractFile.php
framework/main/classes/file_directories/class_BaseFileIo.php
framework/main/classes/file_directories/input/raw/class_FrameworkRawFileInputPointer.php
framework/main/classes/file_directories/input/text/class_FrameworkTextFileInputPointer.php
framework/main/classes/file_directories/io/class_FrameworkFileInputOutputPointer.php
framework/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
framework/main/classes/file_directories/output/text/class_FrameworkTextFileOutputPointer.php
framework/main/classes/index/class_BaseIndex.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/iterator/file/class_SeekableWritableFileIterator.php