|
||||||||||
| 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(String userDefinedBiAttributeNames)
Constructor for Base64Entry. |
|
Base64EntryConverter(String[] userDefinedBiAttributeNames)
Constructor for Base64Entry. |
|
Base64EntryConverter(String userDefinedBiAttributeNames,
String delimiter)
Constructor for Base64Entry. |
|
| Method Summary | |
|---|---|
void |
base64decode(Entry entry)
Encode the entry. |
void |
base64encode(Entry entry)
Encode the entry. |
String[] |
getBinaryAttributeNames(Entry entry)
Get BASE64 encoding attributes |
static void |
main(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(String[] userDefinedBiAttributeNames)
public Base64EntryConverter(String userDefinedBiAttributeNames)
userDefinedBiAttributeNames - : user defined binary attribute names delimited by ","
public Base64EntryConverter(String userDefinedBiAttributeNames,
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 Exception
entry - : Entry of which attributs to encoded
Exception
public void base64decode(Entry entry)
throws Exception
entry - : Entry of which attributs to decoded
Exceptionpublic String[] getBinaryAttributeNames(Entry entry)
entry - : Entry of which the function will get the attribute names in Binary
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||