- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isUtf8BomBytes (0.07 sec)
-
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
final byte[] bomBytes = new byte[UTF8_BOM_SIZE]; bis.mark(UTF8_BOM_SIZE); final int size = bis.read(bomBytes); if (size < 3 || !isUtf8BomBytes(bomBytes)) { bis.reset(); } final InputSource is = new InputSource(bis); if (responseData.getCharSet() != null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 42.9K bytes - Viewed (0)