Package com.sun.jna.platform.win32
Klasse WininetUtil
java.lang.Object
com.sun.jna.platform.win32.WininetUtil
Reusable functions that use WinInet
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
WininetUtil
public WininetUtil()
-
-
Methodendetails
-
getCache
Helper function for traversing wininet's cache and returning all entries.
Some entries are cookies, some entries are history items, and some are actual files.- Gibt zurück:
- A map of cache URL => local file (or URL => empty string for cookie and history entries)
-