HomeSort by relevance Sort by last modified time
    Searched full:rightalignbytes (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
ByteUtils.java 474 public static byte[] rightAlignBytes(byte[] bytes, int width) {
BinaryInputCapsule.java 794 bytes = ByteUtils.rightAlignBytes(bytes, 4);
    [all...]

Completed in 124 milliseconds