aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs
diff options
context:
space:
mode:
authorAndrew C. Oliver <acoliver@apache.org>2002-03-10 16:49:30 +0000
committerAndrew C. Oliver <acoliver@apache.org>2002-03-10 16:49:30 +0000
commit6c69e306537986779805a9865bb7cbea930dbad9 (patch)
tree899dfbadb515c198cd34c187bd98b21a387016f2 /src/java/org/apache/poi/poifs
parent28aa7503078f1f9727227ff3076e5b7e3199cdd9 (diff)
downloadpoi-6c69e306537986779805a9865bb7cbea930dbad9.tar.gz
poi-6c69e306537986779805a9865bb7cbea930dbad9.zip
added package descriptions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352186 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/poifs')
-rwxr-xr-xsrc/java/org/apache/poi/poifs/eventfilesystem/package.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/java/org/apache/poi/poifs/eventfilesystem/package.html b/src/java/org/apache/poi/poifs/eventfilesystem/package.html
new file mode 100755
index 0000000000..cc08f2ada8
--- /dev/null
+++ b/src/java/org/apache/poi/poifs/eventfilesystem/package.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html>
+<head>
+</head>
+<body bgcolor="white">
+
+The eventfilesystem is an efficient method for reading OLE 2 CDF files. It is to OLE 2 CDF what SAX is to XML.
+
+<h2>Related Documentation</h2>
+
+For overviews, tutorials, examples, guides, and tool documentation, please see:
+<ul>
+<li><a href="http://jakarta.apache.org/poi">Jakarta POI Project</a>
+</ul>
+
+<!-- Put @see and @since tags down here. -->
+@see org.apache.poi.filesystem
+</body>
+</html>