private final
This commit is contained in:
@@ -6,7 +6,7 @@ import java.nio.ByteBuffer;
|
|||||||
|
|
||||||
public class ByteBufferBackedInputStream extends InputStream {
|
public class ByteBufferBackedInputStream extends InputStream {
|
||||||
|
|
||||||
ByteBuffer buf;
|
private final ByteBuffer buf;
|
||||||
|
|
||||||
public ByteBufferBackedInputStream(ByteBuffer buf) {
|
public ByteBufferBackedInputStream(ByteBuffer buf) {
|
||||||
this.buf = buf;
|
this.buf = buf;
|
||||||
|
|||||||
Reference in New Issue
Block a user