| Interface | Description |
|---|---|
| IO.FileFinder |
| Class | Description |
|---|---|
| Base64Coder |
Encodes and decodes to and from Base64 notation.
|
| Base64Coder.InputStream |
A
Base64Coder.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64Coder.OutputStream |
A
Base64Coder.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| HexBin |
format validation
This class encodes/decodes hexadecimal data
|
| IO | |
| MD5Crypt |
Copyright © 2023 jUPnP.org. All rights reserved.