- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testReadUTF8 (0.07 sec)
-
src/test/java/org/codelibs/core/io/FileUtilTest.java
final byte[] bytes = readBytes(inputFile); assertThat(bytes, is("あいうえお".getBytes("UTF-8"))); } /** * @throws Exception */ @Test public void testReadUTF8() throws Exception { assertThat(FileUtil.readUTF8(getPath("hoge_utf8.txt")), is("あ")); } /** * Test isPathSafe with safe path * * @throws Exception */ @Test
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 10.3K bytes - Viewed (0)