Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / main / file_directories / class_BaseFile.php
2014-10-17 Roland HaederAdded new interfaces Handleable/-DataSet and ProtocolHa...
2014-06-05 Roland HaederSplitted 'binary specific' methods/attributes from...
2014-06-04 Roland HaederNeed to call pointer instance ...
2014-06-04 Roland HaederAdded isFileOnlyGaps() and getFileSize(), both are...
2014-05-31 Roland HaederThis getter needs also to be public and be called throu...
2014-05-31 Roland HaederFixed: [FiFoFileStack:439] Method getHeaderSize() is...
2014-05-31 Roland HaederFixed: Fatal error: Access to undeclared static propert...
2014-05-31 Roland HaederNo iterator here.
2014-05-31 Roland HaederAlso these methods must go through iterator.
2014-05-31 Roland HaederThese 3 methods are now moved to BaseFile.
2014-05-31 Roland HaederContinued with file abstraction:
2014-05-30 Roland HaederRewrote next() to avoid loading whole empty file.
2014-05-30 Roland HaederContinued:
2014-05-24 Roland HaederContinued:
2014-05-24 Roland HaederThis call leads nowhere, so better call own method.
2014-05-24 Roland HaederCall these methods from the iterator.
2014-05-24 Roland HaederFixed parser error.
2014-05-24 Roland HaederAdded missing methods which wraps the block instances...
2014-05-24 Roland HaederRenamed more and moved code to Block interface.
2014-05-24 Roland HaederMoved more code to BaseFile as it makes sense to have...
2014-05-24 Roland HaederAdded more methods (required).
2014-05-24 Roland HaederEndless loop fixed.
2014-05-24 Roland HaederMoved even more code to BaseFile where a much better...
2014-05-24 Roland HaederMoved analyzeFile() to BaseFile where a much better...
2014-05-23 Roland HaederAlso satify these classes.
2014-05-22 Roland HaederSatisfied Pointer interface, but it will throw an excep...
2014-05-21 Roland HaederRemoved declarations + final.
2014-05-21 Roland HaederMoved all to BaseFile. This currently makes all inherit...
2014-05-21 Roland HaederInputOutputPointer is the right interface.
2014-05-20 Roland HaederAdded abstraction classes for file-based stacks and...