A VarHandle to read/write little endian short from/to a byte array. Shape: short vh.get(byte[] arr, int ofs) and void vh.set(byte[] arr, int ofs, short val)
short
short vh.get(byte[] arr, int ofs)
void vh.set(byte[] arr, int ofs, short val)