mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-12-28 19:32:42 +00:00
tidying
This commit is contained in:
parent
5add6c0729
commit
6f943ae8c2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user