Class BatchLineReader
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchLineReader
-
public class BatchLineReader extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchLineReader(InputStream reader)BatchLineReader(InputStream reader, int bufferSize)
-
-
-
Field Detail
-
BOUNDARY
public static final String BOUNDARY
- See Also:
- Constant Field Values
-
DOUBLE_DASH
public static final String DOUBLE_DASH
- See Also:
- Constant Field Values
-
CRLF
public static final String CRLF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BatchLineReader
public BatchLineReader(InputStream reader)
-
BatchLineReader
public BatchLineReader(InputStream reader, int bufferSize)
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
toList
public List<String> toList() throws IOException
- Throws:
IOException
-
toLineList
public List<Line> toLineList() throws IOException
- Throws:
IOException
-
-