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, resetpublic FileToStringSampleStream(ObjectStream<File> samples, Charset encoding)
public String read() throws IOException
ObjectStreamIOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.