public class ReadLineInputStream
extends java.io.BufferedInputStream
| Constructor and Description |
|---|
ReadLineInputStream(java.io.InputStream in) |
ReadLineInputStream(java.io.InputStream in,
int size) |
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 © 2013 FuseSource, Corp.. All Rights Reserved.