B C D E I N
B
- Base - Class in com.googlecode.jinahya.util.rfc4648
-
Abstract Base class.
- Base(byte[], boolean) - Constructor for class com.googlecode.jinahya.util.rfc4648.Base
-
Create a new instance.
- Base16 - Class in com.googlecode.jinahya.util.rfc4648
-
Base 16 codec.
- Base16() - Constructor for class com.googlecode.jinahya.util.rfc4648.Base16
-
Creates a new instance.
- Base32 - Class in com.googlecode.jinahya.util.rfc4648
-
Base 32 codec.
- Base32() - Constructor for class com.googlecode.jinahya.util.rfc4648.Base32
-
Creates a new instance.
- Base32Hex - Class in com.googlecode.jinahya.util.rfc4648
-
Base 32 codec with extended hex alphabet.
- Base32Hex() - Constructor for class com.googlecode.jinahya.util.rfc4648.Base32Hex
-
Creates a new instance.
- Base64 - Class in com.googlecode.jinahya.util.rfc4648
-
Base 64 codec.
- Base64() - Constructor for class com.googlecode.jinahya.util.rfc4648.Base64
-
Creates a new instance.
- Base64URL - Class in com.googlecode.jinahya.util.rfc4648
-
Base 64 codec for URL and Filename safe.
- Base64URL() - Constructor for class com.googlecode.jinahya.util.rfc4648.Base64URL
-
Creates a new instance.
- BaseBinaryDecoderProxy - Class in com.googlecode.jinahya.util.rfc4648
-
Proxy for BinaryDecoder.
- BaseBinaryEncoderProxy - Class in com.googlecode.jinahya.util.rfc4648
-
Proxy for BinaryEncoder.
C
- com.googlecode.jinahya.util.rfc4648 - package com.googlecode.jinahya.util.rfc4648
-
D
- decode(byte[]) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Decodes characters in input and return decoded bytes.
- decode(InputStream) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Decodes characters from input and return decoded bytes.
- decode(InputStream, OutputStream) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Decodes characters from input and writes decoded bytes to
output.
- decode(Reader, OutputStream) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Decodes characters from input and writes decoded bytes to
output.
E
- encode(byte[]) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Encodes bytes in input and returns encoded characters.
- encode(InputStream) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Encodes bytes from input and return encoded characters.
- encode(InputStream, OutputStream) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Encodes bytes from input and writes to output.
- encode(InputStream, Writer) - Method in class com.googlecode.jinahya.util.rfc4648.Base
-
Encodes bytes from given input and writes those encoded
characters to output.
I
- invoke(Object, Method, Object[]) - Method in class com.googlecode.jinahya.util.rfc4648.BaseBinaryDecoderProxy
-
- invoke(Object, Method, Object[]) - Method in class com.googlecode.jinahya.util.rfc4648.BaseBinaryEncoderProxy
-
N
- newInstance(Base) - Static method in class com.googlecode.jinahya.util.rfc4648.BaseBinaryDecoderProxy
-
Returns a new instance of BinaryEncoder proxy.
- newInstance(Base) - Static method in class com.googlecode.jinahya.util.rfc4648.BaseBinaryEncoderProxy
-
Returns a new instance of BinaryEncoder proxy.
B C D E I N
Copyright © 2011. All Rights Reserved.