Class DurationScanner


  • public class DurationScanner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DurationScanner()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getDurationForBuffer​(byte[] buffer, int bufbytes)  
      float getDurationForURL​(java.net.URL url, java.lang.String user, java.lang.String password)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • DurationScanner

        public DurationScanner()
    • Method Detail

      • getDurationForBuffer

        public float getDurationForBuffer​(byte[] buffer,
                                          int bufbytes)
      • getDurationForURL

        public float getDurationForURL​(java.net.URL url,
                                       java.lang.String user,
                                       java.lang.String password)
      • main

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