public interface Stripper
| Modifier and Type | Method and Description |
|---|---|
void |
strip(File in,
File out)
Strips non-reproducible data.
|
void strip(File in, File out) throws IOException
in - the input file.out - the stripped output file.IOException - if an I/O error occurs.Copyright © 2015–1970. All rights reserved.