public class DirectoryFilter extends FilteredDataEntryReader
DataEntryReader delegates to one of two other DataEntryReader instances,
depending on whether the data entry represents a directory or not.| Constructor and Description |
|---|
DirectoryFilter(DataEntryReader directoryReader)
Creates a new ClassFilter that delegates reading directories to the
given reader.
|
DirectoryFilter(DataEntryReader directoryReader,
DataEntryReader otherReader)
Creates a new ClassFilter that delegates to either of the two given
readers.
|
readpublic DirectoryFilter(DataEntryReader directoryReader)
public DirectoryFilter(DataEntryReader directoryReader, DataEntryReader otherReader)