Record Class ByteFile

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

public record ByteFile(String filePath) extends Record implements Supplier<byte[]>, Consumer<byte[]>
Helper class for working with byte-organized files.