Home
last modified time | relevance | path

Searched defs:convertLongFromBytes (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DByteUtils.java268 public static long convertLongFromBytes(byte[] bytes) { in convertLongFromBytes() method in ByteUtils
272 public static long convertLongFromBytes(byte[] bytes, int offset) { in convertLongFromBytes() method in ByteUtils