OneSec.java :  » Network » kayao » delayed » network » Android Open Source

Android Open Source » Network » kayao 
kayao » delayed » network » OneSec.java
package delayed.network;

public class OneSec implements Network {

  public long timeToSend(int size) {
    return 1000L;
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.