tstream
Problem reading a TStream in Delphi XE
In the previous versions of Delphi, the following code: var InBuf: array[1..45] of Byte; Count := InStream.Read(InBuf, SizeOf(InBuf));[详细]
2023-03-22 02:15 分类:问答TFileStream with offset
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:[详细]
2023-03-05 05:19 分类:问答Regex pattern help (I almost have it, just need a bit of expertise to finish it)
I need to match two cases js/example_directory/example_name.js an开发者_如何学Pythond js/example_directory/example_name.js?12345[详细]
2022-12-28 14:21 分类:问答