vFoldedFile is a class meant to read a file that is possibly "folded", that
is, that contains lines ending with a CRLF(0x0D0A) combination with the next line
"folded" by inserting as the first character either a tab (0x09) or space (0x20).
vFoldedFile() -
Constructor for class org.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vFoldedFile