Searched defs:ByteArray (Results 1 – 2 of 2) sorted by relevance
90 fun ByteArray.asSlice(length: Int = this.size) = DataSlice(this, 0, length) in ByteArray() method
2904 private static class ByteArray { class in ApkVerifier2908 private ByteArray(byte[] arr) { in ByteArray() method in ApkVerifier.ByteArray