Searched refs:MAX_READ_STRING_SIZE (Results 1 – 1 of 1) sorted by relevance
403 private static final int MAX_READ_STRING_SIZE = 4096; field in FileUtils415 if (file.length() <= MAX_READ_STRING_SIZE) { in readString()424 "Ignored reading %s, file size exceeds %d", file, MAX_READ_STRING_SIZE)); in readString()