Click or drag to resize

FileTransformEngineTSource, TDestinationTransformFileFast Method

Overload List
  NameDescription
Public methodTransformFileFast(TextReader, StreamWriter)
Transform the contents of the sourceFile and write them to the destFile. (faster and uses less memory, best choice for big files)
Public methodTransformFileFast(TextReader, String)
Transform the contents of the sourceFile and write them to the destFile. (faster and uses less memory, best choice for big files)
Public methodTransformFileFast(String, StreamWriter)
Transform the contents of the sourceFile and write them to the destFile. (faster and uses less memory, best choice for big files)
Public methodTransformFileFast(String, String)
Transform the contents of the sourceFile and write them to the destFile. (faster and uses less memory, best choice for big files)
Top
See Also