aboutsummaryrefslogtreecommitdiff
path: root/src/site/xdoc/index.xml
blob: 1723036ebe23b018d2a1e96fe48313fb6903fe6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
  <properties>
    <title>Commons IO Overview</title>
    <author email="dev@commons.apache.org">Commons Documentation Team</author>
  </properties>
  <body>
    <!-- ================================================== -->
    <section name="Apache Commons IO">
      <p>
        Apache Commons IO is a library of utilities to assist with developing IO functionality.
      </p>
      <p>
        There are six main areas included:
      </p>
      <ul>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/package-summary.html">io</a>
          - This package defines utility classes for working with streams, readers, writers and files.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/build/package-summary.html">build</a>
          - This package provides classes to implement IO builders.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/charset/package-summary.html">charset</a>
          - This package provides classes to work with code from <code>java.nio.charset</code>.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/comparator/package-summary.html">comparator</a>
          - This package provides various Comparator implementations for Files and Paths.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/file/package-summary.html">file</a>
          - This package provides extensions in the realm of java.nio.file.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/file/attribute/package-summary.html">file.attribute</a>
          - This package provides help using <code>java.nio.file.attribute</code> types.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/file/spi/package-summary.html">file SPI</a>
          - This package provides extensions in the realm of <code>java.nio.file.spi</code>.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/filefilter/package-summary.html">filefilter</a>
          - This package defines an interface (IOFileFilter) that combines both FileFilter and FilenameFilter.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/function/package-summary.html">function</a>
          - This package defines IO-only related functional interfaces for lambda expressions and method references.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/input/package-summary.html">input</a>
          - This package provides implementations of input classes, such as InputStream and Reader.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/input/buffer/package-summary.html">input.buffer</a>
          - This package provides implementations of buffered input classes, such as CircularBufferInputStream and PeekableInputStream.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/monitor/package-summary.html">monitor</a>
          - This package provides a component for monitoring file system events (directory and file create, update and delete events).
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/output/package-summary.html">output</a>
          - This package provides implementations of output classes, such as OutputStream and Writer.
        </li>
        <li>
          <a href="apidocs/index.html?org/apache/commons/io/serialization/package-summary.html">serialization</a>
          - This package provides a framework for controlling the deserialization of classes.
        </li>
      </ul>
    </section>
    <!-- ================================================== -->
    <section name="Releases">

      <subsection name="Latest Release (Java 8 and up)">
        <p>
          Commons IO 2.13.0 requires a minimum of Java 8 -
          <a href="https://commons.apache.org/io/download_io.cgi">Download now</a>
          .
        </p>
        <p>
          View the
          <a href="changes-report.html">Release Notes</a>
          and
          <a href="apidocs/index.html">Javadoc API documents</a>
          .
        </p>
      </subsection>

      <subsection name="Previous Releases">
        <p>
          See the
          <a href="https://archive.apache.org/dist/commons/io/">download archive</a>
          and
          <a href="https://javadoc.io/doc/commons-io/commons-io/">Javadoc archive</a>
          .
        </p>
        <p>
          The Java platform requirements are:
        </p>
        <ul>
          <li>Version 2.14.0 requires Java 8.</li>
          <li>Version 2.13.0 requires Java 8.</li>
          <li>Version 2.12.0 requires Java 8.</li>
          <li>Version 2.11.0 requires Java 8.</li>
          <li>Version 2.10.0 requires Java 8.</li>
          <li>Version 2.9.0 requires Java 8.</li>
          <li>Version 2.8.0 requires Java 8.</li>
          <li>Version 2.7 requires Java 8.</li>
          <li>Version 2.6 requires Java 7.</li>
          <li>Version 2.5 requires Java 6.</li>
          <li>Version 2.4 requires Java 6.</li>
          <li>Version 2.3 requires Java 6.</li>
          <li>Version 2.2 requires Java 5.</li>
        </ul>
      </subsection>

    </section>
    <!-- ================================================== -->
    <section name="Support">
      <p>
        The
        <a href="mail-lists.html">commons mailing lists</a>
        act as the main support forum.
        The user list is suitable for most library usage queries.
        The dev list is intended for the development discussion.
        Please remember that the lists are shared between all commons components,
        so prefix your email by [io].
      </p>
      <p>
        Issues may be reported via
        <a href="issue-tracking.html">ASF JIRA</a>
        .
        Please read the instructions carefully to submit a useful bug report or enhancement request.
      </p>
    </section>
    <!-- ================================================== -->
  </body>
</document>