Lines Matching defs:order

45   public static char getChar (ByteBuffer buffer, ByteOrder order)  in getChar()
50 public static void putChar (ByteBuffer buffer, char value, ByteOrder order) in putChar()
55 public static char getChar (ByteBuffer buffer, int index, ByteOrder order) in getChar()
61 char value, ByteOrder order) in putChar()
66 public static short getShort (ByteBuffer buffer, ByteOrder order) in getShort()
80 public static void putShort (ByteBuffer buffer, short value, ByteOrder order) in putShort()
97 int index, ByteOrder order) in getShort()
110 short value, ByteOrder order) in putShort()
124 public static int getInt (ByteBuffer buffer, ByteOrder order) in getInt()
142 public static void putInt (ByteBuffer buffer, int value, ByteOrder order) in putInt()
162 public static int getInt (ByteBuffer buffer, int index, ByteOrder order) in getInt()
179 int value, ByteOrder order) in putInt()
197 public static long getLong (ByteBuffer buffer, ByteOrder order) in getLong()
223 public static void putLong (ByteBuffer buffer, long value, ByteOrder order) in putLong()
251 public static long getLong (ByteBuffer buffer, int index, ByteOrder order) in getLong()
276 long value, ByteOrder order) in putLong()
302 public static float getFloat (ByteBuffer buffer, ByteOrder order) in getFloat()
307 public static void putFloat (ByteBuffer buffer, float value, ByteOrder order) in putFloat()
312 public static float getFloat (ByteBuffer buffer, int index, ByteOrder order) in getFloat()
318 float value, ByteOrder order) in putFloat()
323 public static double getDouble (ByteBuffer buffer, ByteOrder order) in getDouble()
328 public static void putDouble (ByteBuffer buffer, double value, ByteOrder order) in putDouble()
333 public static double getDouble (ByteBuffer buffer, int index, ByteOrder order) in getDouble()
339 double value, ByteOrder order) in putDouble()