Modifier and Type | Field and Description |
---|---|
protected boolean |
closed |
Constructor and Description |
---|
ObsReader(DownloadJob downloadJob,
String endpoint,
String ak,
String sk,
List<com.obs.services.model.ObsObject> objects) |
ObsReader(DownloadJob downloadJob,
String endpoint,
String ak,
String sk,
String bucketName,
String objectPrefix)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
boolean |
isClosed() |
void |
openReader() |
Row |
read() |
void |
setMaxCharsPerColumn(int maxCharsPerColumn)
Deprecated.
|
void |
setNullValue(String nullValue) |
@Deprecated public ObsReader(DownloadJob downloadJob, String endpoint, String ak, String sk, String bucketName, String objectPrefix)
public ObsReader(DownloadJob downloadJob, String endpoint, String ak, String sk, List<com.obs.services.model.ObsObject> objects)
@Deprecated public void setMaxCharsPerColumn(int maxCharsPerColumn)
public void setNullValue(String nullValue)
public void openReader() throws IOException
openReader
in interface Reader
IOException
public Row read() throws DLIException, IOException
read
in interface Reader
DLIException
IOException
public void close() throws IOException
close
in interface Reader
IOException
Copyright © 2023. All rights reserved.