问题描述
伙计们
我是一个新的Java编程人员.最近,我想找到一种提取图像的方法
从java中的thumb.db(在Windows OS中).但是我不知道thumb.db的结构,
而我获得的有关POI的信息较少,这是Apache项目读取这些文件的信息
例如Word,Excel.所以我在这里寻求帮助.
亲爱的朋友,感谢您的帮助!
Hi, Guys
I''m a new java programmmer.Recently, I want to get the way to extracting images
from thumb.db(in windows os) in java. But I don''t konw the structure of thumb.db,
and I get less information about POI which is the Apache project to read these file
such as Word,Excel. So I ask for help here.
Thanks for your help my dear friends!
推荐答案
Thumbs.db文件是OLE结构化的存储文件.这是一个相当复杂的结构,看起来像一个迷你" FAT系统.
a Thumbs.db file is an OLE structured storage file. It is a rather complicated structure that looks like a "mini" FAT system.
祝你好运!
Good luck!
这篇关于Java中从Thumb.db提取图像的方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!