浼樺寲ByteArray鏋勯€犲嚱鏁?

This commit is contained in:
Redkale
2023-01-06 10:26:26 +08:00
parent 442d806161
commit aa78b98ebf

View File

@@ -29,7 +29,7 @@ public final class ByteArray implements ByteTuple {
} }
public ByteArray(int size) { public ByteArray(int size) {
content = new byte[Math.max(128, size)]; content = new byte[Math.max(1, size)];
} }
public ByteArray(ByteTuple tuple) { public ByteArray(ByteTuple tuple) {