Package org.tn5250j.tools.filters
Interface OutputFilterInterface
-
- All Known Implementing Classes:
DelimitedOutputFilter,ExcelOutputFilter,FixedWidthOutputFilter,HTMLOutputFilter,KSpreadOutputFilter,OpenOfficeOutputFilter
public interface OutputFilterInterface
-
-
Method Summary
Modifier and Type Method Description voidcreateFileInstance(java.lang.String fileName)booleanisCustomizable()voidparseFields(byte[] cByte, java.util.ArrayList ffd, java.lang.StringBuffer rb)voidsetCustomProperties()voidwriteFooter(java.util.ArrayList ffd)voidwriteHeader(java.lang.String fileName, java.lang.String host, java.util.ArrayList ffd, char decSep)
-
-
-
Method Detail
-
createFileInstance
void createFileInstance(java.lang.String fileName) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
writeHeader
void writeHeader(java.lang.String fileName, java.lang.String host, java.util.ArrayList ffd, char decSep)
-
writeFooter
void writeFooter(java.util.ArrayList ffd)
-
parseFields
void parseFields(byte[] cByte, java.util.ArrayList ffd, java.lang.StringBuffer rb)
-
isCustomizable
boolean isCustomizable()
-
setCustomProperties
void setCustomProperties()
-
-