Searched refs:readFromArray (Results 1 – 3 of 3) sorted by relevance
38 public static <D extends Durable> D readFromArray(byte[] data, D d) throws IOException { in readFromArray() method in DurableUtils62 return readFromArray(data, d); in readFromArrayOrNull()79 return readFromArray(parcel.createByteArray(), d); in readFromParcel()
251 DurableUtils.readFromArray(rawStack, stack); in fromLastAccessedCursor()
251 DurableUtils.readFromArray(rawStack, stack); in purgeByAuthority()