public interface IInspectable<R extends IInspectorResult,O extends IInspectionOptions>
Represents ability to inspect and remove specific type on hidden data.
R
: Represents IInspectorResult.
O
: Represents IInspectionOptions.
Modifier and Type | Method and Description |
---|---|
R |
inspectDocument()
Inspects file and return hidden data.
|
void |
removeHiddenData(O options)
Removes hidden data.
|
Copyright © 2018. All rights reserved.