public class DirectorySampleStream extends Object implements ObjectStream<File>
Constructor and Description |
---|
DirectorySampleStream(File[] dirs,
FileFilter fileFilter,
boolean recursive) |
DirectorySampleStream(File dir,
FileFilter fileFilter,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the
ObjectStream and releases all allocated
resources. |
File |
read()
Returns the next object.
|
void |
reset()
Repositions the stream at the beginning and the previously seen object sequence
will be repeated exactly.
|
public DirectorySampleStream(File[] dirs, FileFilter fileFilter, boolean recursive)
public DirectorySampleStream(File dir, FileFilter fileFilter, boolean recursive)
public File read() throws IOException
ObjectStream
read
in interface ObjectStream<File>
IOException
public void reset()
ObjectStream
reset
in interface ObjectStream<File>
public void close() throws IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.close
in interface ObjectStream<File>
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.