Class OsoSymbolsContentsScrubber
- java.lang.Object
-
- com.facebook.buck.cxx.toolchain.objectfile.OsoSymbolsContentsScrubber
-
- All Implemented Interfaces:
FileContentsScrubber
,FileScrubber
public class OsoSymbolsContentsScrubber extends Object implements FileContentsScrubber
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.io.file.FileScrubber
FileScrubber.ScrubException
-
-
Constructor Summary
Constructors Constructor Description OsoSymbolsContentsScrubber(com.google.common.collect.ImmutableMap<Path,Path> cellRootMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
scrubFile(FileChannel file)
Override this method to perform the content modification.
-
-
-
Method Detail
-
scrubFile
public void scrubFile(FileChannel file) throws IOException, FileScrubber.ScrubException
Description copied from interface:FileContentsScrubber
Override this method to perform the content modification.- Specified by:
scrubFile
in interfaceFileContentsScrubber
- Throws:
IOException
FileScrubber.ScrubException
-
-