Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 0x04 (0.48 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/ResponseDataUtilTest.java

            }
        }
    
        public void test_createResponseBodyFile_binaryContent() throws Exception {
            // Test with binary content
            byte[] binaryData = new byte[] { 0x00, 0x01, 0x02, (byte) 0xFF, (byte) 0xFE, (byte) 0xFD };
    
            ResponseData responseData = new ResponseData() {
                @Override
                public InputStream getResponseBody() {
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sat Nov 22 13:28:22 UTC 2025
    - 7.9K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <magic priority="40">
          <match value="0x0A" type="string" offset="0">
            <match value="0x00" type="string" offset="1"/>
            <match value="0x02" type="string" offset="1"/>
            <match value="0x03" type="string" offset="1"/>
            <match value="0x04" type="string" offset="1"/>
            <match value="0x05" type="string" offset="1"/>
          </match>
        </magic>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
Back to top