Method Slice
Slice(String, Int64, Int64)
Creates a slice of this index input, with the given description, offset, and length. The slice is seeked to the beginning.
Declaration
public ByteBufferIndexInput Slice(string sliceDescription, long offset, long length)
Parameters
Type | Name | Description |
---|---|---|
System.String | sliceDescription | |
System.Int64 | offset | |
System.Int64 | length |
Returns
Type | Description |
---|---|
ByteBufferIndexInput |