Method Copy
Copy(IndexInput, Int64)
Read this many bytes from in
.
Declaration
public void Copy(IndexInput in, long byteCount)
Parameters
Type | Name | Description |
---|---|---|
IndexInput | in | |
System.Int64 | byteCount |
Copy(BytesRef, BytesRef)
Copy BytesRef in, setting BytesRef out to the result.
Do not use this if you will use Freeze(true)
.
This only supports bytes.Length <= blockSize
/
Declaration
public void Copy(BytesRef bytes, BytesRef out)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | bytes | |
BytesRef | out |