| Package | Description |
|---|---|
| io.cdap.wrangler.service.explorer |
| Modifier and Type | Method and Description |
|---|---|
static BoundedLineInputStream |
BoundedLineInputStream.iterator(InputStream input,
Charset encoding,
int lines)
A static method to create instance of
BoundedLineInputStream. |
static BoundedLineInputStream |
BoundedLineInputStream.iterator(InputStream input,
String encoding,
int lines) |
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.. |
BoundedLineInputStream |
Explorer.read(String path,
String encoding,
int lines) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BoundedLineInputStream.closeQuietly(BoundedLineInputStream iterator)
Closes the iterator, handling null and ignoring exceptions.
|
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.