public class CRLFTerminatedReader
extends java.io.Reader
Modifier and Type | Class and Description |
---|---|
class |
CRLFTerminatedReader.MaxLineLengthException |
class |
CRLFTerminatedReader.TerminationException |
Constructor and Description |
---|
CRLFTerminatedReader(java.io.InputStream in) |
CRLFTerminatedReader(java.io.InputStream in,
java.lang.String enc) |
public CRLFTerminatedReader(java.io.InputStream in)
public CRLFTerminatedReader(java.io.InputStream in, java.lang.String enc) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public java.lang.String readLine() throws java.io.IOException
java.io.IOException
- if an I/O error occurs.public int read() throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public boolean ready() throws java.io.IOException
ready
in class java.io.Reader
java.io.IOException
public int read(char[] cbuf, int off, int len) throws java.io.IOException
read
in class java.io.Reader
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.Reader
java.io.IOException
Copyright © 2006-2013. All Rights Reserved.