public interface OutputFilterInterface
| Modifier and Type | Method and Description |
|---|---|
void |
createFileInstance(String fileName) |
boolean |
isCustomizable() |
void |
parseFields(byte[] cByte,
ArrayList ffd,
StringBuffer rb) |
void |
setCustomProperties() |
void |
writeFooter(ArrayList ffd) |
void |
writeHeader(String fileName,
String host,
ArrayList ffd,
char decSep) |
void createFileInstance(String fileName) throws FileNotFoundException
FileNotFoundExceptionvoid writeFooter(ArrayList ffd)
void parseFields(byte[] cByte,
ArrayList ffd,
StringBuffer rb)
boolean isCustomizable()
void setCustomProperties()
Copyright © 2018. All rights reserved.