public class PlainTextByLineStream extends java.lang.Object implements ObjectStream<java.lang.String>
String object.| Constructor and Description |
|---|
PlainTextByLineStream(java.nio.channels.FileChannel channel,
java.nio.charset.Charset encoding)
Deprecated.
Use
PlainTextByLineStream(InputStreamFactory, Charset) instead. |
PlainTextByLineStream(java.nio.channels.FileChannel channel,
java.lang.String charsetName)
Deprecated.
Use
PlainTextByLineStream(InputStreamFactory, String) instead. |
PlainTextByLineStream(java.io.InputStream in,
java.nio.charset.Charset charset)
Deprecated.
Use
PlainTextByLineStream(InputStreamFactory, Charset) instead. |
PlainTextByLineStream(InputStreamFactory inputStreamFactory,
java.nio.charset.Charset charset) |
PlainTextByLineStream(InputStreamFactory inputStreamFactory,
java.lang.String charsetName) |
PlainTextByLineStream(java.io.InputStream in,
java.lang.String charsetName)
Deprecated.
Use
PlainTextByLineStream(InputStreamFactory, String) instead. |
PlainTextByLineStream(java.io.Reader in)
Deprecated.
Use
PlainTextByLineStream(InputStreamFactory, Charset) instead. |
| 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.IOExceptionpublic PlainTextByLineStream(InputStreamFactory inputStreamFactory, java.nio.charset.Charset charset) throws java.io.IOException
java.io.IOExceptionpublic PlainTextByLineStream(java.io.Reader in)
PlainTextByLineStream(InputStreamFactory, Charset) instead.in - public PlainTextByLineStream(java.io.InputStream in,
java.lang.String charsetName)
throws java.io.UnsupportedEncodingException
PlainTextByLineStream(InputStreamFactory, String) instead.java.io.UnsupportedEncodingExceptionpublic PlainTextByLineStream(java.io.InputStream in,
java.nio.charset.Charset charset)
PlainTextByLineStream(InputStreamFactory, Charset) instead.public PlainTextByLineStream(java.nio.channels.FileChannel channel,
java.lang.String charsetName)
PlainTextByLineStream(InputStreamFactory, String) instead.public PlainTextByLineStream(java.nio.channels.FileChannel channel,
java.nio.charset.Charset encoding)
PlainTextByLineStream(InputStreamFactory, Charset) instead.public java.lang.String read()
throws java.io.IOException
ObjectStreamread in interface ObjectStream<java.lang.String>java.io.IOException - if there is an error during readingpublic void reset()
throws java.io.IOException
ObjectStreamreset in interface ObjectStream<java.lang.String>java.io.IOException - if there is an error during reseting the streampublic void close()
throws java.io.IOException
ObjectStreamObjectStream and releases all allocated
resources. After close was called its not allowed to call
read or reset.close in interface java.lang.AutoCloseableclose in interface ObjectStream<java.lang.String>java.io.IOException - if there is an error during closing the streamCopyright © 2010 - 2020 Adobe. All Rights Reserved