Searched refs:byteSupplier (Results 1 – 1 of 1) sorted by relevance
114 private final CachedSupplier<byte[]> byteSupplier; field in Eocd159 byteSupplier = new CachedSupplier<>(this::computeByteRepresentation); in Eocd()181 byteSupplier = new CachedSupplier<>(this::computeByteRepresentation); in Eocd()229 return byteSupplier.get(); in toBytes()