Package com.jbidwatcher.util

Examples of com.jbidwatcher.util.ScrollingBuffer


  private static final int MAX_BUFFER=4096;
  private ScrollingBuffer mBuffer;
  private static ActivityMonitor sInstance;

  public ActivityMonitor() {
    mBuffer = new ScrollingBuffer(MAX_BUFFER);
  }
View Full Code Here

TOP

Related Classes of com.jbidwatcher.util.ScrollingBuffer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.