Record Class ByteResource

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.io.ByteResource
All Implemented Interfaces:
Consumer<byte[]>, Supplier<byte[]>

public record ByteResource(String resourceName) extends Record implements Supplier<byte[]>, Consumer<byte[]>
Helper class for working with byte-organized project resources.