mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-12-26 21:30:09 +00:00
tidying
This commit is contained in:
parent
5add6c0729
commit
6f943ae8c2
@ -19,11 +19,11 @@ public class Binary2
|
||||
private static final String UNDERLINE =
|
||||
"------------------------------------------------------" + "-----------------------";
|
||||
|
||||
Binary2Header binary2Header;
|
||||
byte[] buffer;
|
||||
List<Binary2Header> headers = new ArrayList<> ();
|
||||
int totalBlocks;
|
||||
String fileName;
|
||||
private Binary2Header binary2Header;
|
||||
private byte[] buffer;
|
||||
private List<Binary2Header> headers = new ArrayList<> ();
|
||||
private int totalBlocks;
|
||||
private String fileName;
|
||||
|
||||
// ---------------------------------------------------------------------------------//
|
||||
public Binary2 (Path path) throws IOException
|
||||
|
Loading…
Reference in New Issue
Block a user