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

Inherits Iterator< Cookie >.

Public Member Functions

boolean hasNext ()
 
Cookie next ()
 

Detailed Description

Implements Iterator to iterate over the cookies in the page.

Definition at line 273 of file BinaryCookieReader.java.

Member Function Documentation

boolean org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.hasNext ( )

Checks to see if there are more cookies.

Returns
True if there are more cookies, false if there are not

Definition at line 283 of file BinaryCookieReader.java.

Referenced by org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.next().

Cookie org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.next ( )

Gets the next cookie from the page.

Returns
Next cookie

Definition at line 297 of file BinaryCookieReader.java.

References org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.hasNext().


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

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.