Examples of ScrollingBuffer


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
Copyright © 2018 www.massapi.com. 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.