overview.html revision a07f2ae0b18964aa15e218e8b6be8be24e5c9f46
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<!--
3Licensed to the Apache Software Foundation (ASF) under one or more
4contributor license agreements.  See the NOTICE file distributed with
5this work for additional information regarding copyright ownership.
6The ASF licenses this file to You under the Apache License, Version 2.0
7(the "License"); you may not use this file except in compliance with
8the License.  You may obtain a copy of the License at
9
10     http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17-->
18<html>
19<body bgcolor="white">
20<p>
21The commons-io component contains utility classes,
22filters, streams, readers and writers.
23</p>
24<p>
25These classes aim to add to the standard JDK IO classes.
26The utilities provide convenience wrappers around the JDK, simplifying
27various operations into pre-tested units of code.
28The filters and streams provide useful implementations that perhaps should
29be in the JDK itself.
30</p>
31</body>
32</html>
33