org.netbeans.lib.cvsclient.file
Interface WriteTextFilePreprocessor

All Known Implementing Classes:
DefaultWriteTextFilePreprocessor, WriteRcsDiffFilePreprocessor

public interface WriteTextFilePreprocessor

Preprocesses the text file after getting from server.

Author:
Thomas Singer

Method Summary
 void copyTextFileToLocation(InputStream processedInputStream, File fileToWrite, OutputStreamProvider customOutput)
           
 

Method Detail

copyTextFileToLocation

void copyTextFileToLocation(InputStream processedInputStream,
                            File fileToWrite,
                            OutputStreamProvider customOutput)
                            throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.