public interface Obfuscator
obfuscate(Integer,String).| Modifier and Type | Method and Description |
|---|---|
void |
done()
This method is called once all sections have been given to the obfuscator.
|
List<Integer> |
getSections() |
String |
obfuscate(Integer sectionId,
String sectionData)
This method does the obfuscation on the given section data.
|
String obfuscate(Integer sectionId, String sectionData) throws IOException
sectionId - The ID of the section data, given as additional parameter.sectionData - The section data.IOException - In case an I/O error occurs.void done()
Copyright © 2014 jwall.org. All rights reserved.