阅读背景:

TStream。位置TStream.Seek相比

来源:互联网 

To move the "current byte" pointer in TStream class we can use property Position (e.g. MyStream.Position := 0) or using Seek method (e.g. MyStream.Seek(0, soFromBeginning). The question is, which one is more efficient (aka faster)? (I don't have the source, so I could not check it myself).To move the "current byte" pointer in TStream c




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: