mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Update StringsTextExtractor.java
At the request of Brian Carrier, as suggested and tested in VIK-2979
This commit is contained in:
parent
922727fef7
commit
6bb0c8b70c
@ -152,7 +152,7 @@ class StringsTextExtractor extends FileTextExtractor {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(EnglishOnlyStream.class.getName());
|
||||
private static final String NLS = Character.toString((char) 10); //new line
|
||||
private static final int READ_BUF_SIZE = 256;
|
||||
private static final int READ_BUF_SIZE = 65536;
|
||||
private static final int MIN_PRINTABLE_CHARS = 4; //num. of chars needed to qualify as a char string
|
||||
|
||||
//args
|
||||
|
Loading…
x
Reference in New Issue
Block a user