This commit is contained in:
Denis Molony 2022-07-31 10:08:15 +10:00
parent 5add6c0729
commit 6f943ae8c2
1 changed files with 5 additions and 5 deletions

View File

@ -19,11 +19,11 @@ public class Binary2
private static final String UNDERLINE = private static final String UNDERLINE =
"------------------------------------------------------" + "-----------------------"; "------------------------------------------------------" + "-----------------------";
Binary2Header binary2Header; private Binary2Header binary2Header;
byte[] buffer; private byte[] buffer;
List<Binary2Header> headers = new ArrayList<> (); private List<Binary2Header> headers = new ArrayList<> ();
int totalBlocks; private int totalBlocks;
String fileName; private String fileName;
// ---------------------------------------------------------------------------------// // ---------------------------------------------------------------------------------//
public Binary2 (Path path) throws IOException public Binary2 (Path path) throws IOException