getForceNonBinary
boolean scrapeableFile.getForceNonBinary ( )
Description
Determine whether or not the contents of this response are being forced to be recognized as non-binary.
Parameters
This method does not receive any parameters.
Return Values
Returns true if the scrapeable file is being forced to be treated as non-binary; otherwise, it returns false.
Change Log
Version | Description |
---|---|
5.0 | Added for all editions. |
Examples
Check Binary Status of File
// Determine if the file is being forced
// to be recognized as non-binary
forced = scrapeableFile.getForceNonBinary();
// to be recognized as non-binary
forced = scrapeableFile.getForceNonBinary();
See Also
- setForceNonBinary() [scrapeableFile] - Sets whether or not the contents of the file are forced to be interpreted as non-binary
scraper on 07/16/2010 at 5:20 pm
- Printer-friendly version
- Login or register to post comments