public class BoundedComposite extends AbstractComposite
Composite.EOC
Modifier and Type | Method and Description |
---|---|
Composite |
copy(CFMetaData cfm,
AbstractAllocator allocator) |
Composite.EOC |
eoc() |
java.nio.ByteBuffer |
get(int i) |
boolean |
isStatic() |
int |
size() |
java.nio.ByteBuffer |
toByteBuffer() |
long |
unsharedHeapSize() |
Composite |
withEOC(Composite.EOC eoc) |
dataSize, end, equals, hashCode, isEmpty, isPrefixOf, slice, start
public int size()
public boolean isStatic()
isStatic
in interface Composite
isStatic
in class AbstractComposite
public java.nio.ByteBuffer get(int i)
public Composite.EOC eoc()
eoc
in interface Composite
eoc
in class AbstractComposite
public Composite withEOC(Composite.EOC eoc)
withEOC
in interface Composite
withEOC
in class AbstractComposite
public java.nio.ByteBuffer toByteBuffer()
toByteBuffer
in interface Composite
toByteBuffer
in class AbstractComposite
public long unsharedHeapSize()
public Composite copy(CFMetaData cfm, AbstractAllocator allocator)
Copyright © 2015 The Apache Software Foundation