Interface DataLakeFileOpenInputStreamResult
-
public interface DataLakeFileOpenInputStreamResultResult of opening anInputStreamto a datalake file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetInputStream()PathPropertiesgetProperties()
-
-
-
Method Detail
-
getInputStream
InputStream getInputStream()
- Returns:
- the
InputStreamof the target file.
-
getProperties
PathProperties getProperties()
- Returns:
- the
PathPropertiesof the target file.
-
-