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