Package com.facebook.buck.io.file
Interface FileContentsScrubber
-
- All Superinterfaces:
FileScrubber
- All Known Implementing Classes:
DylibStubContentsScrubber
,LcUuidContentsScrubber
,OsoSymbolsContentsScrubber
public interface FileContentsScrubber extends FileScrubber
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.io.file.FileScrubber
FileScrubber.ScrubException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
scrubFile(FileChannel file)
Override this method to perform the content modification.
-
-
-
Method Detail
-
scrubFile
void scrubFile(FileChannel file) throws IOException, FileScrubber.ScrubException
Override this method to perform the content modification.
-
-