| Package | Description |
|---|---|
| io.cdap.wrangler.service.explorer |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
Explorer.browse(String path,
boolean hidden)
Explores the path provided on the filesystem.
|
org.apache.twill.filesystem.Location |
Explorer.getLocation(String path)
Trick, to extract the URI for a location.
|
BoundedLineInputStream |
Explorer.read(String path,
Charset encoding,
int lines)
This methods provides an efficiently way to read a file from the file system specified by
the
Location.. |
byte[] |
Explorer.read(String path,
int size)
Reads the 'size' bytes from the file.
|
BoundedLineInputStream |
Explorer.read(String path,
String encoding,
int lines) |
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.