public class BooneFilter extends IOFilter
compressed, file, parser, streamSize, writer| Constructor and Description |
|---|
BooneFilter()
Constructs the plain filter.
|
BooneFilter(java.io.File file,
java.lang.String typeName)
Constructs the filter.
|
BooneFilter(java.lang.String typeName,
boolean compressed)
Constructs the filter with type and compression flag.
|
| Modifier and Type | Method and Description |
|---|---|
Storable |
load(Storable storable)
Loads data from a file to a data container.
|
void |
reset()
Resets the filter to an initial state.
|
void |
save(Storable storable)
Saves Boone data to an XML file.
|
createInputStream, createOutputStream, getFile, getStreamSize, isCompressed, isStreaming, readValues, setCompressed, setFilepublic BooneFilter()
public BooneFilter(java.io.File file,
java.lang.String typeName)
file - the IO filetypeName - the type of datapublic BooneFilter(java.lang.String typeName,
boolean compressed)
typeName - the type of datacompressed - true, if compressedpublic void reset()
public void save(Storable storable) throws java.io.IOException