- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CRLF (0.06 sec)
-
src/test/java/jcifs/smb/SmbRandomAccessFileTest.java
}).when(raf).read(any(byte[].class), anyInt(), eq(8)); assertEquals(1.0d, raf.readDouble(), 0.0000001); } @Test @DisplayName("readLine(): reads until newline and handles CRLF") void readLine_reads() throws Exception { SmbRandomAccessFile raf = spy(newInstance("r", false, false, false)); // Sequence: 'a','b','\r','\n','c','\n'
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.vor"/> </mime-type> <mime-type type="application/x-subrip"> <_comment>SubRip (srt) subtitles</_comment> <magic priority="50"> <!-- 1[CR|LF|CRLF]00 --> <match value="0x310A3030" type="string" offset="0"/> <match value="0x310D3030" type="string" offset="0"/> <match value="0x310D0A13030" type="string" offset="0"/>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2)