public class BatchLineReader extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BOUNDARY |
static String |
CRLF |
static String |
DOUBLE_DASH |
static String |
LFS |
| Constructor and Description |
|---|
BatchLineReader(InputStream reader) |
BatchLineReader(InputStream reader,
int bufferSize) |
public static final String BOUNDARY
public static final String DOUBLE_DASH
public static final String CRLF
public static final String LFS
public BatchLineReader(InputStream reader)
public BatchLineReader(InputStream reader, int bufferSize)
public void close()
throws IOException
IOExceptionpublic List<String> toList() throws IOException
IOExceptionpublic List<Line> toLineList() throws IOException
IOExceptionCopyright © 2023. All rights reserved.