A B C E F G O R U W

A

ASCII85Decoder - class org.spaceroots.jarmor.ASCII85Decoder.
This class decodes a text stream containing into a binary stream.
ASCII85Decoder(InputStream) - Constructor for class org.spaceroots.jarmor.ASCII85Decoder
Create a decoder wrapping a source of encoded data.
ASCII85Encoder - class org.spaceroots.jarmor.ASCII85Encoder.
This class encodes a binary stream into a text stream.
ASCII85Encoder(OutputStream) - Constructor for class org.spaceroots.jarmor.ASCII85Encoder
Create an encoder wrapping a sink of binary data.
ASCII85Encoder(OutputStream, int, byte[], byte[]) - Constructor for class org.spaceroots.jarmor.ASCII85Encoder
Create an encoder wrapping a sink of binary data.

B

Base16Decoder - class org.spaceroots.jarmor.Base16Decoder.
This class decodes a text stream containing into a binary stream.
Base16Decoder(InputStream) - Constructor for class org.spaceroots.jarmor.Base16Decoder
Create a decoder wrapping a source of encoded data.
Base16Decoder(InputStream, boolean) - Constructor for class org.spaceroots.jarmor.Base16Decoder
Create a decoder wrapping a source of encoded data.
Base16Encoder - class org.spaceroots.jarmor.Base16Encoder.
This class encodes a binary stream into a text stream.
Base16Encoder(OutputStream) - Constructor for class org.spaceroots.jarmor.Base16Encoder
Create an encoder wrapping a sink of binary data.
Base16Encoder(OutputStream, int, byte[], byte[]) - Constructor for class org.spaceroots.jarmor.Base16Encoder
Create an encoder wrapping a sink of binary data.
Base32Decoder - class org.spaceroots.jarmor.Base32Decoder.
This class decodes a text stream containing into a binary stream.
Base32Decoder(InputStream) - Constructor for class org.spaceroots.jarmor.Base32Decoder
Create a decoder wrapping a source of encoded data.
Base32Decoder(InputStream, boolean) - Constructor for class org.spaceroots.jarmor.Base32Decoder
Create a decoder wrapping a source of encoded data.
Base32Encoder - class org.spaceroots.jarmor.Base32Encoder.
This class encodes a binary stream into a text stream.
Base32Encoder(OutputStream) - Constructor for class org.spaceroots.jarmor.Base32Encoder
Create an encoder wrapping a sink of binary data.
Base32Encoder(OutputStream, int, byte[], byte[]) - Constructor for class org.spaceroots.jarmor.Base32Encoder
Create an encoder wrapping a sink of binary data.
Base64Decoder - class org.spaceroots.jarmor.Base64Decoder.
This class decodes a text stream containing into a binary stream.
Base64Decoder(InputStream) - Constructor for class org.spaceroots.jarmor.Base64Decoder
Create a decoder wrapping a source of encoded data.
Base64Decoder(InputStream, boolean) - Constructor for class org.spaceroots.jarmor.Base64Decoder
Create a decoder wrapping a source of encoded data.
Base64Encoder - class org.spaceroots.jarmor.Base64Encoder.
This class encodes a binary stream into a text stream.
Base64Encoder(OutputStream) - Constructor for class org.spaceroots.jarmor.Base64Encoder
Create an encoder wrapping a sink of binary data.
Base64Encoder(OutputStream, int, byte[], byte[]) - Constructor for class org.spaceroots.jarmor.Base64Encoder
Create an encoder wrapping a sink of binary data.

C

close() - Method in class org.spaceroots.jarmor.ASCII85Encoder
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.spaceroots.jarmor.Base16Encoder
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.spaceroots.jarmor.Base32Encoder
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.spaceroots.jarmor.Base64Encoder
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class org.spaceroots.jarmor.UUEncoder
Closes this output stream and releases any system resources associated with the stream.

E

EXECUTE - Static variable in class org.spaceroots.jarmor.UUEncoder
Bit-pattern for EXECUTE permission.

F

filterBytes() - Method in class org.spaceroots.jarmor.ASCII85Decoder
Filter some bytes from the underlying stream.
filterBytes() - Method in class org.spaceroots.jarmor.Base16Decoder
Filter some bytes from the underlying stream.
filterBytes() - Method in class org.spaceroots.jarmor.Base32Decoder
Filter some bytes from the underlying stream.
filterBytes() - Method in class org.spaceroots.jarmor.Base64Decoder
Get some bytes from the underlying stream and filter them.
filterBytes() - Method in class org.spaceroots.jarmor.UUDecoder
Filter some bytes from the underlying stream.

G

getGroupPerms() - Method in class org.spaceroots.jarmor.UUDecoder
Get the access permissions for the group of the file.
getName() - Method in class org.spaceroots.jarmor.UUDecoder
Get the name of the file.
getOthersPerms() - Method in class org.spaceroots.jarmor.UUDecoder
Get the access permissions for others.
getUserPerms() - Method in class org.spaceroots.jarmor.UUDecoder
Get the access permissions for the user (owner) of the file.

O

org.spaceroots.jarmor - package org.spaceroots.jarmor
 

R

READ - Static variable in class org.spaceroots.jarmor.UUEncoder
Bit-pattern for READ permission.

U

UUDecoder - class org.spaceroots.jarmor.UUDecoder.
This class decodes a text stream containing into a binary stream.
UUDecoder(InputStream) - Constructor for class org.spaceroots.jarmor.UUDecoder
Create a decoder wrapping a source of encoded data.
UUEncoder - class org.spaceroots.jarmor.UUEncoder.
This class encodes a binary stream into a text stream.
UUEncoder(OutputStream) - Constructor for class org.spaceroots.jarmor.UUEncoder
Create an encoder wrapping a sink of binary data.
UUEncoder(OutputStream, String, int, int, int) - Constructor for class org.spaceroots.jarmor.UUEncoder
Create an encoder wrapping a sink of binary data.

W

WRITE - Static variable in class org.spaceroots.jarmor.UUEncoder
Bit-pattern for WRITE permission.
write(int) - Method in class org.spaceroots.jarmor.ASCII85Encoder
Writes the specified byte to this output stream.
write(int) - Method in class org.spaceroots.jarmor.Base16Encoder
Writes the specified byte to this output stream.
write(int) - Method in class org.spaceroots.jarmor.Base32Encoder
Writes the specified byte to this output stream.
write(int) - Method in class org.spaceroots.jarmor.Base64Encoder
Writes the specified byte to this output stream.
write(int) - Method in class org.spaceroots.jarmor.UUEncoder
Writes the specified byte to this output stream.

A B C E F G O R U W

Copyright © 2005-2006 Luc Maisonobe. All Rights Reserved.