org.apache.james.mime4j.decoder
Class ByteQueue

java.lang.Object
  extended by org.apache.james.mime4j.decoder.ByteQueue

public class ByteQueue
extends java.lang.Object


Constructor Summary
ByteQueue()
           
ByteQueue(int initialCapacity)
           
 
Method Summary
 void clear()
           
 int count()
           
 byte dequeue()
           
 void enqueue(byte b)
           
 java.util.Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteQueue

public ByteQueue()

ByteQueue

public ByteQueue(int initialCapacity)
Method Detail

enqueue

public void enqueue(byte b)

dequeue

public byte dequeue()

count

public int count()

clear

public void clear()

iterator

public java.util.Iterator iterator()


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.