JBoss Marshalling 1.3.0.CR9

org.jboss.marshalling
Interface NioByteInput.BufferReturn

Enclosing class:
NioByteInput

public static interface NioByteInput.BufferReturn

A handler for returning buffers which are have been exhausted.


Method Summary
 void returnBuffer(ByteBuffer buffer)
          Accept a returned buffer.
 

Method Detail

returnBuffer

void returnBuffer(ByteBuffer buffer)
Accept a returned buffer.

Parameters:
buffer - the buffer

JBoss Marshalling 1.3.0.CR9

Copyright © 2011 JBoss, a division of Red Hat, Inc.