roast
Class Buffer

java.lang.Object
  |
  +--roast.Buffer

public class Buffer
extends java.lang.Object


Field Summary
protected  java.lang.Object[] buf
           
protected  int count
           
protected  int in
           
protected  int out
           
protected  int size
           
 
Constructor Summary
Buffer(int size)
           
 
Method Summary
 java.lang.Object get()
           
 void put(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buf

protected java.lang.Object[] buf

in

protected int in

out

protected int out

count

protected int count

size

protected int size
Constructor Detail

Buffer

public Buffer(int size)
Method Detail

put

public void put(java.lang.Object o)

get

public java.lang.Object get()