Method FillSlice
FillSlice(BytesRef, Int64, Int32)
Gets a slice out of PagedBytes starting at start
with a
given length. If the slice spans across a block border this method will
allocate sufficient resources and copy the paged data.
Slices spanning more than two blocks are not supported.
@lucene.internalDeclaration
public void FillSlice(BytesRef b, long start, int length)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | b | |
System.Int64 | start | |
System.Int32 | length |