public class ReadLineInputStream
extends java.io.BufferedInputStream
| Constructor | Description |
|---|---|
ReadLineInputStream(java.io.InputStream in) |
|
ReadLineInputStream(java.io.InputStream in,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
read() |
|
int |
read(byte[] buf,
int off,
int len) |
|
java.lang.String |
readLine() |
public ReadLineInputStream(java.io.InputStream in)
public ReadLineInputStream(java.io.InputStream in,
int size)
public java.lang.String readLine()
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionCopyright © 1995–2018 Webtide. All rights reserved.