public class PlainTextByLineStream extends java.lang.Object implements ObjectStream<java.lang.String>
String
object.Constructor and Description |
---|
PlainTextByLineStream(InputStreamFactory inputStreamFactory,
java.nio.charset.Charset charset) |
PlainTextByLineStream(InputStreamFactory inputStreamFactory,
java.lang.String charsetName) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the
ObjectStream and releases all allocated
resources. |
java.lang.String |
read()
Returns the next object.
|
void |
reset()
Repositions the stream at the beginning and the previously seen object sequence
will be repeated exactly.
|
public PlainTextByLineStream(InputStreamFactory inputStreamFactory, java.lang.String charsetName) throws java.io.IOException
java.io.IOException
public PlainTextByLineStream(InputStreamFactory inputStreamFactory, java.nio.charset.Charset charset) throws java.io.IOException
java.io.IOException
public java.lang.String read() throws java.io.IOException
ObjectStream
read
in interface ObjectStream<java.lang.String>
java.io.IOException
- if there is an error during readingpublic void reset() throws java.io.IOException
ObjectStream
reset
in interface ObjectStream<java.lang.String>
java.io.IOException
- if there is an error during reseting the streampublic void close() throws java.io.IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.close
in interface java.lang.AutoCloseable
close
in interface ObjectStream<java.lang.String>
java.io.IOException
- if there is an error during closing the streamCopyright © 2010 - 2023 Adobe. All Rights Reserved