File: about.xml

package info (click to toggle)
libgroboutils-java 5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,496 kB
  • sloc: java: 59,880; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (44 lines) | stat: -rw-r--r-- 1,389 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<head>
    <name>About</name>
    <doc-version>$Date: 2003/05/04 06:40:15 $</doc-version>
    <author>Matt Albrecht</author>
</head>
<body>
Groups of JDK 1.1 and 1.2 I/O helper classes.
<UL>
    <definition term="File Filters">
    Helper classes for generating filters for the java.io.File
    class.
    </definition>
    <definition term="Input Stream Generators">
    Classes which generate new IO Stream from a given relative URL.
    Example implementations are provided, including File, URL,
    Classpath Resource, and Hashtable.
    </definition>

    <definition term="Mime Encoding Streams">
    Input and Output streams for Mime encoded text.
    </definition>

    <definition term="Read Stream">
    Utilities for reading an entire stream in different formats.
    </definition>

    <definition term="WriterOutputStream">
    The basic JDK has classes which convert from an OutputStream to
    a Writer, but does not provide any implementation for the
    reverse. This class fills that gap.
    </definition>

    <definition term="PropertyDatabase">
    Has a concept of pre-defined properties, and user-defined
    properties. As many "internal" properties may be added to the
    database, but any properties the user sets will be stored in
    their own property file.
    </definition>
</UL>
</body>
</document>