|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.util.Base64EntryConverter
public class Base64EntryConverter
| Constructor Summary | |
|---|---|
Base64EntryConverter()
Constructor for Base64Entry. |
|
Base64EntryConverter(java.lang.String userDefinedBiAttributeNames)
Constructor for Base64Entry. |
|
Base64EntryConverter(java.lang.String[] userDefinedBiAttributeNames)
Constructor for Base64Entry. |
|
Base64EntryConverter(java.lang.String userDefinedBiAttributeNames,
java.lang.String delimiter)
Constructor for Base64Entry. |
|
| Method Summary | |
|---|---|
void |
base64decode(Entry entry)
Encode the entry. |
void |
base64encode(Entry entry)
Encode the entry. |
java.lang.String[] |
getBinaryAttributeNames(Entry entry)
Get BASE64 encoding attributes |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64EntryConverter()
public Base64EntryConverter(java.lang.String[] userDefinedBiAttributeNames)
public Base64EntryConverter(java.lang.String userDefinedBiAttributeNames)
userDefinedBiAttributeNames - :
user defined binary attribute names delimited by ","
public Base64EntryConverter(java.lang.String userDefinedBiAttributeNames,
java.lang.String delimiter)
userDefinedBiAttributeNames - User defined binary attribute names delimited by the second
parameterdelimiter - Delimiter of the binary attribute names| Method Detail |
|---|
public void base64encode(Entry entry)
throws java.lang.Exception
entry - :
Entry of which attributs to encoded
java.lang.Exception
public void base64decode(Entry entry)
throws java.lang.Exception
entry - :
Entry of which attributs to decoded
java.lang.Exceptionpublic java.lang.String[] getBinaryAttributeNames(Entry entry)
entry - :
Entry of which the function will get the attribute names in
Binary
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||