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, startpublic int size()
public boolean isStatic()
isStatic in interface CompositeisStatic in class AbstractCompositepublic java.nio.ByteBuffer get(int i)
public Composite.EOC eoc()
eoc in interface Compositeeoc in class AbstractCompositepublic Composite withEOC(Composite.EOC eoc)
withEOC in interface CompositewithEOC in class AbstractCompositepublic java.nio.ByteBuffer toByteBuffer()
toByteBuffer in interface CompositetoByteBuffer in class AbstractCompositepublic long unsharedHeapSize()
public Composite copy(CFMetaData cfm, AbstractAllocator allocator)
Copyright © 2018 The Apache Software Foundation