Beispiel #1
0
 /**
  * Returns the {@code float} at position {@code pos} in the Buffer.
  *
  * @throws IndexOutOfBoundsException if the specified {@code pos} is less than {@code 0} or {@code
  *     pos + 4} is greater than the length of the Buffer.
  */
 public float getFloat(int pos) {
   return buffer.getFloat(pos);
 }
 @Override
 public float getFloat(int index) {
   return buf.getFloat(index);
 }
 @Override
 public float getFloat(int var1) {
   return a.getFloat(var1);
 }