Home
last modified time | relevance | path

Searched refs:computeByteRepresentation (Results 1 – 2 of 2) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DEocd.java159 byteSupplier = new CachedSupplier<>(this::computeByteRepresentation); in Eocd()
181 byteSupplier = new CachedSupplier<>(this::computeByteRepresentation); in Eocd()
252 private byte[] computeByteRepresentation() { in computeByteRepresentation() method in Eocd
DCentralDirectory.java206 bytesSupplier = new CachedSupplier<>(this::computeByteRepresentation); in CentralDirectory()
419 private byte[] computeByteRepresentation() { in computeByteRepresentation() method in CentralDirectory