Searched refs:getBytesAs_short (Results 1 – 1 of 1) sorted by relevance
76 public static short getBytesAs_short(byte[] array, int index, ByteOrder order) { in getBytesAs_short() method in VarHandleUnitTestHelpers77 return getBytesAs_short(ByteBuffer.wrap(array), index, order); in getBytesAs_short()108 public static short getBytesAs_short(ByteBuffer buffer, int index, ByteOrder order) { in getBytesAs_short() method in VarHandleUnitTestHelpers