Interface CLNProbeFactoryType
- All Known Implementing Classes:
CLNProbes
public interface CLNProbeFactoryType
A factory of version probes.
-
Method Summary
Modifier and TypeMethodDescriptioncreateProbe(URI source, SeekableByteChannel channel) Create a version probe.
-
Method Details
-
createProbe
Create a version probe.- Parameters:
source- The source filechannel- The source file channel- Returns:
- A version probe
- Throws:
IOException- On I/O errors
-