|
Autopsy
4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
| static String | byteArrayToHex (byte[] array, int length, long arrayOffset, Font font) |
| static String | byteArrayToHex (byte[] array, int length, long arrayOffset) |
Static Protected Member Functions | |
| static String | charArrayToByte (char[] array) |
Static Private Attributes | |
| final static char[] | hexArray = "0123456789ABCDEF".toCharArray() |
Helper methods for converting data.
Definition at line 28 of file DataConversion.java.
|
static |
Return the hex-dump layout of the passed in byte array. Deprecated because we don't need font
| array | Data to display |
| length | Amount of data in array to display |
| arrayOffset | Offset of where data in array begins as part of a bigger file (used for arrayOffset column) |
| font | Font that will be used to display the text |
Definition at line 45 of file DataConversion.java.
Referenced by org.sleuthkit.autopsy.corecomponents.DataContentViewerHex.setDataView().
|
static |
Return the hex-dump layout of the passed in byte array.
| array | Data to display |
| length | Amount of data in array to display |
| arrayOffset | Offset of where data in array begins as part of a bigger file (used for arrayOffset column) |
Definition at line 59 of file DataConversion.java.
|
staticprotected |
Definition at line 129 of file DataConversion.java.
|
staticprivate |
Definition at line 30 of file DataConversion.java.
Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.