org.eclipse.jetty.util
类 ReadLineInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.eclipse.jetty.util.ReadLineInputStream
- 所有已实现的接口:
- Closeable
public class ReadLineInputStream
- extends BufferedInputStream
ReadLineInputStream
Read from an input stream, accepting CR/LF, LF or just CR.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadLineInputStream
public ReadLineInputStream(InputStream in)
ReadLineInputStream
public ReadLineInputStream(InputStream in,
int size)
readLine
public String readLine()
throws IOException
- 抛出:
IOException
read
public int read()
throws IOException
- 覆盖:
- 类
BufferedInputStream 中的 read
- 抛出:
IOException
read
public int read(byte[] buf,
int off,
int len)
throws IOException
- 覆盖:
- 类
BufferedInputStream 中的 read
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.