Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits Iterator< Cookie >.
Public Member Functions | |
boolean | hasNext () |
Cookie | next () |
Implements Iterator to iterate over the cookies in the page.
Definition at line 273 of file BinaryCookieReader.java.
boolean org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.hasNext | ( | ) |
Checks to see if there are more cookies.
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.
Definition at line 297 of file BinaryCookieReader.java.
References org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.hasNext().
Copyright © 2012-2022 Basis Technology. Generated on: Tue May 30 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.