Autopsy  4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes Class Reference

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
 

Detailed Description

Wrapper that holds the excess bytes that were left over from the previous call to read().

Definition at line 275 of file SqliteTextExtractor.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.ExcessBytes ( String  entity,
Integer  pointer 
)

Member Function Documentation

boolean org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.isFinished ( )
int org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.read ( char[]  buf,
int  off,
int  len 
)

Copies the excess bytes this instance is holding onto into the buffer.

Parameters
bufbuffer to write into
offindex in buffer to start the write
lenlength of the write
Returns
number of characters read into the buffer

Definition at line 299 of file SqliteTextExtractor.java.

References org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.isFinished().

Referenced by org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.read().

Member Data Documentation

final String org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.entity
private
Integer org.sleuthkit.autopsy.textextractors.SqliteTextExtractor.SQLiteStreamReader.ExcessBytes.pointer
private

The documentation for this class was generated from the following file:

Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.