org.apache.james.mime4j.codec
Class ByteQueue
java.lang.Object
org.apache.james.mime4j.codec.ByteQueue
- All Implemented Interfaces:
- Iterable<Byte>
public class ByteQueue
- extends Object
- implements Iterable<Byte>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteQueue
public ByteQueue()
ByteQueue
public ByteQueue(int initialCapacity)
enqueue
public void enqueue(byte b)
dequeue
public byte dequeue()
count
public int count()
clear
public void clear()
iterator
public Iterator<Byte> iterator()
- Specified by:
iterator
in interface Iterable<Byte>
Copyright © 2004-2012 JBoss by Red Hat. All Rights Reserved.