public interface GenevaMetaWriter
Modifier and Type | Method and Description |
---|---|
int |
getCharacters()
get the number of characters written
|
java.lang.String |
getChecksum()
gets the checksum
|
int |
getLines()
get number of lines written using the writeln method
|
java.lang.String |
getSecurityChecksum()
gets the security checksum
|
void |
reset()
resets the line count, character count, checksum and security checksum
|
void |
writeln(java.lang.String data)
writes out a line of date
increments/updates line, character, checksum, security checksum
|
void |
writelnNoInc(java.lang.String data)
writes out a line
does NOT imcrement/update lines, characters, checksum, security checksum
use this in after the end footer
|
void reset()
void writeln(java.lang.String data)
data
- String to write out datavoid writelnNoInc(java.lang.String data)
data
- String to write outint getLines()
int getCharacters()
java.lang.String getChecksum()
java.lang.String getSecurityChecksum()