public class FileToStringSampleStream extends FilterObjectStream<File,String>
samples
Constructor and Description |
---|
FileToStringSampleStream(ObjectStream<File> samples,
Charset encoding) |
Modifier and Type | Method and Description |
---|---|
String |
read()
Returns the next object.
|
close, reset
public FileToStringSampleStream(ObjectStream<File> samples, Charset encoding)
public String read() throws IOException
ObjectStream
IOException
Copyright © 2018 The Apache Software Foundation. All rights reserved.