Class BatchPayloadLineReader
- java.lang.Object
-
- org.apache.syncope.common.rest.api.batch.BatchPayloadLineReader
-
- All Implemented Interfaces:
AutoCloseable
public class BatchPayloadLineReader extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description BatchPayloadLineReader(InputStream in, javax.ws.rs.core.MediaType multipartMixed)
-
-
-
Constructor Detail
-
BatchPayloadLineReader
public BatchPayloadLineReader(InputStream in, javax.ws.rs.core.MediaType multipartMixed)
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
read
public List<BatchPayloadLine> read() throws IOException
- Throws:
IOException
-
-