Get link Facebook X Pinterest Email Other Apps - December 13, 2017 I have a huge file, I sometimes need to add a stream to it at the end. Is using TFileStream a good idea? Will it be fast and not much I/O operations will be performed? Get link Facebook X Pinterest Email Other Apps Comments David HeffernanDecember 14, 2017 at 5:30 AMR Gosp Why would the size of the file matter if all you want to do is write at the end of it. Open it, seek to the end and write.ReplyDeleteRepliesReplyJacek LaskowskiJanuary 22, 2018 at 3:55 AMDavid Heffernan Thomas Mueller I need in the REST file upload service to save subsequent parts of the file when sending by a client in next requests.ReplyDeleteRepliesReplyR GospJanuary 25, 2018 at 1:23 AMDavid Heffernan In that case you are rightReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
R Gosp Why would the size of the file matter if all you want to do is write at the end of it. Open it, seek to the end and write.
ReplyDeleteDavid Heffernan Thomas Mueller I need in the REST file upload service to save subsequent parts of the file when sending by a client in next requests.
ReplyDeleteDavid Heffernan In that case you are right
ReplyDelete