public abstract class BitstreamFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Properties |
props |
| Constructor and Description |
|---|
BitstreamFilter() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
accept(Bitstream bitstream)
The filter method
|
void |
initProperties(String filepath) |
protected Properties props
public abstract boolean accept(Bitstream bitstream) throws BitstreamFilterException
bitstream - BitstreamFilterExceptionpublic void initProperties(String filepath) throws IOException
filepath - - The complete path for the properties fileIOExceptionCopyright © 2015 DuraSpace. All Rights Reserved.