Package org.apache.tomcat.util.buf
Class ByteBufferHolder
- java.lang.Object
- 
- org.apache.tomcat.util.buf.ByteBufferHolder
 
- 
 public class ByteBufferHolder extends java.lang.ObjectSimple wrapper for aByteBufferthat remembers if the buffer has been flipped or not.
- 
- 
Constructor SummaryConstructors Constructor Description ByteBufferHolder(java.nio.ByteBuffer buf, boolean flipped)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanflip()java.nio.ByteBuffergetBuf()booleanisFlipped()
 
-