fr.umlv.tatoo.runtime.buffer.impl
Class ByteBufferCharacterBuffer
java.lang.Object
fr.umlv.tatoo.runtime.buffer.impl.AbstractByteBufferCharacterBuffer
fr.umlv.tatoo.runtime.buffer.impl.ByteBufferCharacterBuffer
- All Implemented Interfaces:
- CharacterBuffer
public class ByteBufferCharacterBuffer
- extends AbstractByteBufferCharacterBuffer
ByteBufferCharacterBuffer.java
Created: Mon Jul 14 14:16:09 2003
- Version:
- $Revision$
- Author:
- Gilles Roussel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charset
protected final Charset charset
ByteBufferCharacterBuffer
public ByteBufferCharacterBuffer(int size,
Charset charset,
ByteChannel channel)
ByteBufferCharacterBuffer
public ByteBufferCharacterBuffer(int size,
Charset charset)
extractAndUnwind
public CharSequence extractAndUnwind(int l)
- Specified by:
extractAndUnwind in class AbstractByteBufferCharacterBuffer