here: [Config.Classpath.asByteBuffer](https://github.com/WorksApplications/Sudachi/blob/22acf9c1d99becde24dd5e72c9aa76e918fba682/src/main/java/com/worksap/nlp/sudachi/Config.java#L957C30-L957C44) `MMap.map` sets `ByteOrder.LITTLE_ENDIAN` for returned ByteBuffer. `StringUtil.readAllBytes` leaves it a default value (BIG_ENDIAN). Currently this branches based on the resource type, but this should be same.