Matching a hex regex (\x) on a big binary file in Java

前端 未结 0 1144
被撕碎了的回忆
被撕碎了的回忆 2020-12-02 13:18

im trying to use a regex matching a byte sequence of a header in a very big binary file.

My regex looks like this:

Pattern pattern = Pattern.compile(&quo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题