Package org.apache.solr.common.util
Class BytesBlock
- java.lang.Object
- 
- org.apache.solr.common.util.BytesBlock
 
- 
 public class BytesBlock extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description byte[]buf
 - 
Constructor SummaryConstructors Constructor Description BytesBlock(int sz)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesBlockexpand(int sz)byte[]getBuf()intgetPos()intgetStartPos()
 
- 
- 
- 
Method Detail- 
getPospublic int getPos() 
 - 
getStartPospublic int getStartPos() 
 - 
getBufpublic byte[] getBuf() 
 - 
expandpublic BytesBlock expand(int sz) 
 
- 
 
-