*/
public class TestBuffers {
@Test
public void testInputBufferOperations() throws IOException {
final ReadableByteChannel channel = new ReadableByteChannelMock(
new String[] {"stuff;", "more stuff"}, Consts.ASCII);
final ContentDecoder decoder = new ContentDecoderMock(channel);
final SimpleInputBuffer buffer = new SimpleInputBuffer(4, DirectByteBufferAllocator.INSTANCE);