- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testReadUTF8 (0.06 seconds)
-
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
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 10.3K bytes - Click Count (0)