private final

This commit is contained in:
mcrcortex
2025-12-14 23:43:14 +10:00
parent afe41a10b5
commit 03d971385c

View File

@@ -6,7 +6,7 @@ import java.nio.ByteBuffer;
public class ByteBufferBackedInputStream extends InputStream {
ByteBuffer buf;
private final ByteBuffer buf;
public ByteBufferBackedInputStream(ByteBuffer buf) {
this.buf = buf;