Class BuildHostList


  • public class BuildHostList
    extends java.lang.Object
    Reads a list of URLs from standard input and writes to standard output a host map in DataOutput format.

    Warning: this tool saves to standard output, but does some Log4J logging, too, so be careful not to log to standard output.

    Author:
    Sebastiano Vigna
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildHostList()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void run​(it.unimi.dsi.io.FastBufferedReader fbr, it.unimi.dsi.logging.ProgressLogger pl)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BuildHostList

        public BuildHostList()
    • Method Detail

      • run

        public static void run​(it.unimi.dsi.io.FastBufferedReader fbr,
                               it.unimi.dsi.logging.ProgressLogger pl)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException