public class ContentValidatorProgressEvent extends ContentValidatorEvent
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hashMatched |
protected ContentFragment |
sample |
protected int |
sampleNum |
protected int |
sampleTotal |
cbuff, source, valid| Constructor and Description |
|---|
ContentValidatorProgressEvent(ContentValidator src,
xyz.cofe.cbuffer.ContentBuffer cbuff,
ContentFragments valid,
ContentFragment sample,
int sampleNum,
int sampleTotal,
boolean hashMatched) |
| Modifier and Type | Method and Description |
|---|---|
ContentFragment |
getSample() |
int |
getSampleNum() |
int |
getSampleTotal() |
boolean |
isHashMatched() |
getContentBuffer, getSampleFragments, getSourceprotected boolean hashMatched
protected int sampleNum
protected int sampleTotal
protected ContentFragment sample
public ContentValidatorProgressEvent(ContentValidator src, xyz.cofe.cbuffer.ContentBuffer cbuff, ContentFragments valid, ContentFragment sample, int sampleNum, int sampleTotal, boolean hashMatched)
public boolean isHashMatched()
public int getSampleNum()
public int getSampleTotal()
public ContentFragment getSample()
Copyright © 2017. All rights reserved.