public class ReadLine extends Object
| Constructor and Description |
|---|
ReadLine(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
String |
next() |
String |
next(int lines) |
byte[] |
nextAsBytes() |
byte[] |
nextAsBytes(int lines) |
public ReadLine(InputStream in)
public String next() throws IOException
IOExceptionpublic String next(int lines) throws IOException
IOExceptionpublic byte[] nextAsBytes()
throws IOException
IOExceptionpublic byte[] nextAsBytes(int lines)
throws IOException
IOExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.