public class ExcelOutputFilter extends Object implements OutputFilterInterface
| Constructor and Description |
|---|
ExcelOutputFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
createFileInstance(String fileName) |
boolean |
isCustomizable() |
void |
parseFields(byte[] cByte,
ArrayList ffd,
StringBuffer rb)
Write the html header of the output file
|
void |
setCustomProperties() |
void |
writeFooter(ArrayList ffd)
write the footer of the html output
|
void |
writeHeader(String fileName,
String host,
ArrayList ffd,
char decChar)
Write the html header of the output file
|
void |
writeLong(long l)
Writes an eight-byte
long to the underlying output stream
in little endian order, low byte first, high byte last |
void |
writeShort(int s)
Writes a two byte
short to the underlying output stream in
little endian order, low byte first. |
public void createFileInstance(String fileName) throws FileNotFoundException
createFileInstance in interface OutputFilterInterfaceFileNotFoundExceptionpublic void parseFields(byte[] cByte,
ArrayList ffd,
StringBuffer rb)
parseFields in interface OutputFilterInterfacepublic void writeLong(long l)
throws IOException
long to the underlying output stream
in little endian order, low byte first, high byte lastl - the long to be written.IOException - if the underlying stream throws an IOException.public void writeShort(int s)
throws IOException
short to the underlying output stream in
little endian order, low byte first.s - the short to be written.IOException - if the underlying stream throws an IOException.public void writeHeader(String fileName, String host, ArrayList ffd, char decChar)
writeHeader in interface OutputFilterInterfacepublic void writeFooter(ArrayList ffd)
writeFooter in interface OutputFilterInterfacepublic boolean isCustomizable()
isCustomizable in interface OutputFilterInterfacepublic void setCustomProperties()
setCustomProperties in interface OutputFilterInterfaceCopyright © 2018. All rights reserved.