Package org.apache.solr.common.util
Class BytesBlock
- java.lang.Object
-
- org.apache.solr.common.util.BytesBlock
-
public class BytesBlock extends Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
buf
-
Constructor Summary
Constructors Constructor Description BytesBlock(int sz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BytesBlock
expand(int sz)
byte[]
getBuf()
int
getPos()
int
getStartPos()
-
-
-
Method Detail
-
getPos
public int getPos()
-
getStartPos
public int getStartPos()
-
getBuf
public byte[] getBuf()
-
expand
public BytesBlock expand(int sz)
-
-