|
Autopsy
4.9.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
| ExcessBytes (String entity, Integer pointer) | |
| boolean | isFinished () |
| int | read (char[] buf, int off, int len) |
Private Attributes | |
| final String | entity |
| Integer | pointer |
Wrapper that holds the excess bytes that were left over from the previous call to read().
Definition at line 276 of file SqliteTextExtractor.java.
| org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.ExcessBytes | ( | String | entity, |
| Integer | pointer | ||
| ) |
| boolean org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.isFinished | ( | ) |
Definition at line 286 of file SqliteTextExtractor.java.
References org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.pointer.
Referenced by org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.read(), and org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.read().
| int org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.read | ( | char[] | buf, |
| int | off, | ||
| int | len | ||
| ) |
Copies the excess bytes this instance is holding onto into the buffer.
| buf | buffer to write into |
| off | index in buffer to start the write |
| len | length of the write |
Definition at line 300 of file SqliteTextExtractor.java.
References org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.isFinished().
Referenced by org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.read().
|
private |
Definition at line 278 of file SqliteTextExtractor.java.
Referenced by org.sleuthkit.autopsy.textreaders.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.ExcessBytes().
|
private |
Copyright © 2012-2018 Basis Technology. Generated on: Tue Dec 18 2018
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.