]> git.mxchange.org Git - core.git/commit - framework/main/classes/file_directories/class_BaseFileIo.php
Rewrites:
authorRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2020 14:16:48 +0000 (15:16 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Dec 2020 14:16:48 +0000 (15:16 +0100)
commitfc83e6b1ac6fe3a5e09a3e4f8bad20fa2240cae4
tree66f4b7f4cb62288b186aaadb0236a4f6257035a3
parent45ac696024e307b411a6185abefef5af0d8c5f5a
Rewrites:
- more thrown exceptions
- more debug logging (currently messing up phpunit output)
- more type-hints for primitive variables added
- writeAtPosition() must be used instead of writeData() as the later one
  increments the counter
- debug log files could contain non-text data, so let's treat them as as text
  anyway ...

Signed-off-by: Roland Häder <roland@mxchange.org>
20 files changed:
contrib/missing-methods.sh
framework/main/classes/database/result/class_CachedDatabaseResult.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/io/class_FrameworkFileInputOutputPointer.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/output/console/class_ConsoleOutput.php
framework/main/classes/output/debug/console/class_DebugConsoleOutput.php
framework/main/classes/output/debug/error/class_DebugErrorLogOutput.php
framework/main/classes/output/debug/web/class_DebugWebOutput.php
framework/main/classes/output/web/class_WebOutput.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/stacker/file/fifo/class_FiFoFileStack.php
framework/main/interfaces/block/class_Block.php
framework/main/interfaces/debug/class_Debugger.php
framework/main/interfaces/io/output/class_OutputStreamer.php
framework/main/interfaces/iterator/file/class_SeekableWritableFileIterator.php