I am writing a Java application that needs to view the browser cache.Does anyone know of any existing java classes to read Firefox,Internet Explorer and/or Opera caches?Failing that, are there any documents that describe the respectivefile formats?Thanks,Steve
|
|
0
|
|
|
|
Reply
|
newellista (1)
|
4/4/2007 1:40:31 PM |
|
On Apr 4, 7:40 am, "newelli...@gmail.com" <newelli...@gmail.com>wrote:> I am writing a Java application that needs to view the browser cache.> Does anyone know of any existing java classes to read Firefox,> Internet Explorer and/or Opera caches?>> Failing that, are there any documents that describe the respective> file formats?>> Thanks,>> SteveAs a followup, I don't really need to reconstruct browser history, oranything like that. I simply want to extract any images that may becached, along with whatever information I can get about those images.Thanks,Steve
|
|
0
|
|
|
|
Reply
|
newellista
|
4/4/2007 1:50:06 PM
|
|
newellista@gmail.com wrote:> On Apr 4, 7:40 am, "newelli...@gmail.com" <newelli...@gmail.com>> wrote:>> I am writing a Java application that needs to view the browser cache.>> Does anyone know of any existing java classes to read Firefox,>> Internet Explorer and/or Opera caches?>>>> Failing that, are there any documents that describe the respective>> file formats?>>> As a followup, I don't really need to reconstruct browser history, or> anything like that. I simply want to extract any images that may be> cached, along with whatever information I can get about those images.Image file formats are well documented. You should have no problem googling them up.Browser caches are a directories on the hard drive, typically. There is no special "format". You could just use the File classes to snuffle around those directories.-- Lew
|
|
0
|
|
|
|
Reply
|
Lew
|
4/4/2007 2:09:09 PM
|
|
On Apr 4, 8:09 am, Lew <l...@nospam.lewscanon.com> wrote:
> newelli...@gmail.com wrote:
> > On Apr 4, 7:40 am, "newelli...@gmail.com" <newelli...@gmail.com>
> > wrote:
> >> I am writing a Java application that needs to view the browser cache.
> >> Does anyone know of any existing java classes to read Firefox,
> >> Internet Explorer and/or Opera caches?
>
> >> Failing that, are there any documents that describe the respective
> >> file formats?
>
> > As a followup, I don't really need to reconstruct browser history, or
> > anything like that. I simply want to extract any images that may be
> > cached, along with whatever information I can get about those images.
>
> Image file formats are well documented. You should have no problem googling
> them up.
>
> Browser caches are a directories on the hard drive, typically. There is no
> special "format". You could just use the File classes to snuffle around those
> directories.
>
> --
> Lew
Thanks for the response, but actually, the browser caches are not
simply image files. For example, Safari on the Mac, stores them as
NSArchiver files, Mozilla stores them in some kind of binary map
system, while IE stores them in some hidden file/directory somewhere.
Steve
|
|
0
|
|
|
|
Reply
|
newellista
|
4/4/2007 10:29:47 PM
|
|
newellista@gmail.com wrote:> Thanks for the response, but actually, the browser caches are not> simply image files. For example, Safari on the Mac, stores them as> NSArchiver files, Mozilla stores them in some kind of binary map> system, while IE stores them in some hidden file/directory somewhere.IE's browser cache is not necessarily a hidden directory. Firefox also uses a directory. I was not familiar with the other two.I guess you'll have to research Safari's and Mozilla's structures.-- Lew
|
|
0
|
|
|
|
Reply
|
Lew
|
4/4/2007 10:41:36 PM
|
|
|
4 Replies
90 Views
(page loaded in 0.298 seconds)
Similiar Articles: How to set the default publisher on a repository? - comp.unix ...> > > Likewise, when I point my web browser athttp://localhost ... r-- 1 root root 965 2009-07-14 08:29 cfg_cache ... accessible": Yes, I found today that I couldn't view ... Java Virtual Machine issues - comp.soft-sys.matlabTo view the release note in your system browser, run > web('http://www.mathworks.com/access/helpdesk ... comp.soft-sys.matlab Could not access the MCR component cache ... How to inform web site visitor that Sun Java is required? - comp ...... section of the appletelement is only intended for browsers ... noscript> <p>JavaScript is required to view this email ... Where is Java's cache stored in WinXP? - comp.lang.java ... Divide by constant - comp.lang.asm.x86... all programming can be viewed as an exercise in caching" ... http://eyeonsecurity.org/advisories/multple-web-browsers ... much matter from a code execution point of view. Advantage of 64bit Java vs 32bit ? Performance? - comp.lang.java ...... data to move when you copy them, twice as much cache ... is compatibility of the plug-in with your web browser ... Roo's View » Blog Archive » Java Performance in 64bit ... How to boot from the detached mirror disk of zfs boot environment ...... http://docs.sun.com/app/docs/doc/819-5461/ggpco?a=view ... unix.solaris... on the state of the disk write cache. ... Google Groups will be going away soon, but your browser is ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... Could anyone give me the spice-mode.el - comp.emacsHi, All I am new to *NIX and I am thinking of writing spice code under Emacs. However, I have no idea of Emacs Lisp. Hence, I could not write a packa... comp.sys.sgi.graphics,comp.dcom.modems.cable,comp.sys.sun.admin ...... ndKin > > whoever ndKin > > acchan ndKin > > viewing ... ndKin > > medderm ndKin > > wrap ndKin > > browser ndKin ... ndKin > > blacklist ndKin > > homepage ndKin > > cache ... ntpd, boot time, and hot plugging - comp.protocols.time.ntp ...So I performed the same experiment > on the same system, which is its own DNS server, caching the > names first, and doing ntpdate before ntpd to make doubly sure ... Viewing Browser Cache in Firefox - Digital Media Minute — News ...Firefox has a nice way to view files that are in both your memory and file cache. In the Address Bar, type – about:cache. This will take you to a page that allows ... View and manipulate your browser cache | The Download Blog - CNET ...View and manipulate your browser cache. Forget about exploring your Firefox or Google Chrome cache. When it comes to browser cache, the biggest problem that most ... IECacheView - Internet Explorer Cache ViewerRelated Utilities. VideoCacheView - Allows you to extract video files from the cache of your Web browser. MyLastSearch - View your latest searches with Google, Yahoo ... How do you view the cache files on your internet browserFirefox: type about:cache into the address bar. Internet Explorer: Tools menu -> Internet Options -> Browsing History -> Settings -> View Files Cache - Wikipedia, the free encyclopediaCache may refer to: Caching or hoarding (animal behavior), a food storing behavior of ... View history 6/20/2012 2:57:03 PM
|