Autopsy  4.15.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePageIterator Class Reference

Inherits Iterator< Cookie >.

Public Member Functions

boolean hasNext ()
 
Cookie next ()
 

Private Member Functions

void closeStream ()
 

Detailed Description

The cookiePageIterator iterates the binarycookie file by page.

Definition at line 124 of file BinaryCookieReader.java.

Member Function Documentation

void org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePageIterator.closeStream ( )
private
boolean org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePageIterator.hasNext ( )
Cookie org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePageIterator.next ( )

Get the next cookie from the current CookieIterator.

Returns
The next cookie

Definition at line 195 of file BinaryCookieReader.java.

References org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePageIterator.hasNext().


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

Copyright © 2012-2020 Basis Technology. Generated on: Mon Jul 6 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.