As it currently stands, this question is not a good fit for our Q&A 开发者_JAVA技巧format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is There any way to remove Bytes from binary file???
You will have to read in everything after the data you want to remove, write it out where the data to remove begins, then truncate the file to the appropriate length.
精彩评论