| Package | Description |
|---|---|
| org.kitesdk.data |
Provides interfaces and classes for reading and writing datasets.
|
| org.kitesdk.data.spi |
Provides a service provider interface for implementors of Kite Data APIs.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetReader<E> |
View.newReader()
Get an appropriate
DatasetReader implementation based on this
View of the underlying Dataset implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDatasetReader<E>
A common DatasetReader base class to simplify implementations.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetReader<E> |
AbstractDataset.newReader() |
Copyright © 2013–2015. All rights reserved.