Class StringMSeedQueryReader

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int bytesRead  
      float seconds  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract java.lang.String createQuery​(java.lang.String network, java.lang.String station, java.lang.String location, java.lang.String channel, java.util.Date begin, java.util.Date end)  
      boolean isTimed()  
      boolean isVerbose()  
      abstract java.util.List<DataRecord> read​(java.lang.String query)  
      java.util.List<DataRecord> read​(java.lang.String network, java.lang.String station, java.lang.String location, java.lang.String channel, java.util.Date begin, java.util.Date end)  
      void setTimed​(boolean timed)  
      void setVerbose​(boolean verbose)  
      • Methods inherited from class java.lang.Object

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

      • bytesRead

        public int bytesRead
      • seconds

        public float seconds
    • Constructor Detail

      • StringMSeedQueryReader

        public StringMSeedQueryReader()