mpjbuf
Class Buddy2Buffer

java.lang.Object
  extended by mpjbuf.NIOBuffer
      extended by mpjbuf.Buddy2Buffer
All Implemented Interfaces:
RawBuffer

public class Buddy2Buffer
extends NIOBuffer


Field Summary
 boolean free
           
 int level
           
 int realOffset
           
 Buddy2Region region
           
 
Constructor Summary
Buddy2Buffer(java.nio.ByteBuffer slicedBuffer, int bufoffset, int capacity, int level, Buddy2Region region, int realOffset)
           
 
Method Summary
 
Methods inherited from class mpjbuf.NIOBuffer
clear, copy, free, gather, gather, gather, gather, gather, gather, gather, gather, getBuffer, getByte, getCapacity, getInt, putByte, putInt, read, read, read, read, read, read, read, read, scatter, scatter, scatter, scatter, scatter, scatter, scatter, scatter, setBuffer, setEncoding, strGather, strGather, strGather, strGather, strGather, strGather, strGather, strGather, strScatter, strScatter, strScatter, strScatter, strScatter, strScatter, strScatter, strScatter, write, write, write, write, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

public int level

realOffset

public int realOffset

free

public boolean free

region

public Buddy2Region region
Constructor Detail

Buddy2Buffer

public Buddy2Buffer(java.nio.ByteBuffer slicedBuffer,
                    int bufoffset,
                    int capacity,
                    int level,
                    Buddy2Region region,
                    int realOffset)