FileTransformEngineTSource, TDestinationTransformFileFast Method |
Name | Description | |
---|---|---|
![]() | TransformFileFast(TextReader, StreamWriter) |
Transform the contents of the sourceFile and write them to the
destFile. (faster and uses less memory, best choice for big
files)
|
![]() | TransformFileFast(TextReader, String) |
Transform the contents of the sourceFile and write them to the
destFile. (faster and uses less memory, best choice for big
files)
|
![]() | TransformFileFast(String, StreamWriter) |
Transform the contents of the sourceFile and write them to the
destFile. (faster and uses less memory, best choice for big
files)
|
![]() | TransformFileFast(String, String) |
Transform the contents of the sourceFile and write them to the
destFile. (faster and uses less memory, best choice for big
files)
|