Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for channel1 (0.74 sec)

  1. src/main/java/org/codelibs/core/io/FileUtil.java

            assertArgumentNotNull("file", file);
    
            final FileInputStream is = InputStreamUtil.create(file);
            try {
                final FileChannel channel = is.getChannel();
                final long fileSize = ChannelUtil.size(channel);
    
                if (fileSize > maxSize) {
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Nov 22 11:21:59 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/net/protocol/gcs/Handler.java

    import java.io.FileInputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.URL;
    import java.net.URLConnection;
    import java.net.URLDecoder;
    import java.net.URLStreamHandler;
    import java.nio.channels.Channels;
    import java.nio.charset.StandardCharsets;
    
    import org.codelibs.core.lang.StringUtil;
    
    import com.google.auth.oauth2.ServiceAccountCredentials;
    import com.google.cloud.NoCredentials;
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Dec 11 08:38:29 UTC 2025
    - 9.6K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java

     */
    package org.codelibs.fess.crawler.client.gcs;
    
    import java.io.BufferedInputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.InputStream;
    import java.nio.channels.Channels;
    import java.util.Date;
    import java.util.HashSet;
    import java.util.Map;
    import java.util.Set;
    
    import org.apache.logging.log4j.LogManager;
    import org.apache.logging.log4j.Logger;
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Dec 11 08:38:29 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.uplanet.bearer-choice-wbxml",
    				"application/vnd.uplanet.cacheop",
    				"application/vnd.uplanet.cacheop-wbxml",
    				"application/vnd.uplanet.channel",
    				"application/vnd.uplanet.channel-wbxml",
    				"application/vnd.uplanet.list",
    				"application/vnd.uplanet.list-wbxml",
    				"application/vnd.uplanet.listcmd",
    				"application/vnd.uplanet.listcmd-wbxml",
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Sun Nov 23 03:46:53 UTC 2025
    - 50.1K bytes
    - Viewed (0)
Back to top