EOL Property
Used to break the stdout data stream into chunks separated by its value.
Syntax
public byte [] getEOL(); public void setEOL(byte [] EOL);
Remarks
The EOL property is used to define boundaries in the Stdout stream using the value of the property.
This property is not available at design time.
Default Value
"ASCII code 10 (newline)"