Method ToInt32sRef
ToInt32sRef(BytesRef, Int32sRef)
Just takes unsigned byte values from the BytesRef and converts into an Int32sRef.
NOTE: This was toIntsRef() in Lucene
Declaration
public static Int32sRef ToInt32sRef(BytesRef input, Int32sRef scratch)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | input | |
Int32sRef | scratch |
Returns
Type | Description |
---|---|
Int32sRef |