- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
public byte[] asBytes() { byte[] nameRaw = encode(name); byte[] r = new byte[9 + nameRaw.length]; format32(r, 0, repo); r[8] = ':'; System.arraycopy(nameRaw, 0, r, 9, nameRaw.length); return r; }
public byte[] asBytes() { byte[] r = new byte[KEYLEN]; format32(r, 0, repo); r[8] = '.'; chunk.copyTo(r, 9); return r; }
public byte[] asBytes() { byte[] r = new byte[8]; format32(r, 0, asInt()); return r; }
public byte[] asBytes() { byte[] nameRaw = encode(name); byte[] r = new byte[9 + nameRaw.length]; format32(r, 0, repo); r[8] = ':'; System.arraycopy(nameRaw, 0, r, 9, nameRaw.length); return r; }
public byte[] asBytes() { byte[] r = new byte[KEYLEN]; format32(r, 0, repo); r[8] = '.'; chunk.copyTo(r, 9); return r; }
public byte[] asBytes() { byte[] r = new byte[KEYLEN]; format32(r, 0, repo); r[8] = '.'; copyTo(r, 9); return r; }
public byte[] asBytes() { byte[] r = new byte[8]; format32(r, 0, asInt()); return r; }
public byte[] asBytes() { byte[] r = new byte[KEYLEN]; format32(r, 0, repo); r[8] = '.'; copyTo(r, 9); return r; }