|
Autopsy
4.12.0
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 270 of file BinaryCookieReader.java.
| boolean org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.hasNext | ( | ) |
Checks to see if there are more cookies.
Definition at line 280 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 294 of file BinaryCookieReader.java.
References org.sleuthkit.autopsy.recentactivity.BinaryCookieReader.CookiePage.CookieIterator.hasNext().
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.