In the previous versions of Delphi, the following code: var InBuf: array[1..45] of Byte; Count := InStream.Read(InBuf, SizeOf(InBuf));
I need to extend TFileStream so that it can work with a file not from 0 offset, but from user defined offset. I mean it must interpret user defined offset as stream beginning. My code is:
I need to match two cases js/example_directory/example_name.js an开发者_如何学Pythond js/example_directory/example_name.js?12345