Class UnmodifiableBuffer

All Implemented Interfaces:
Serializable, Iterable, Collection, Buffer, Unmodifiable

public final class UnmodifiableBuffer extends AbstractBufferDecorator implements Unmodifiable, Serializable
Decorates another Buffer to ensure it can't be altered.

This class is Serializable from Commons Collections 3.1.

Since:
Commons Collections 3.0
Version:
$Revision: 646777 $ $Date: 2008-04-10 14:33:15 +0200 (Thu, 10 Apr 2008) $
Author:
Stephen Colebourne
See Also: