Package | Description |
---|---|
com.pervasive.datarush.operators.io |
Provides base file I/O components including encoders and decoders.
|
Modifier and Type | Method and Description |
---|---|
UnreadableSourceAction |
GlobbingByteSource.getUnreadableAction()
Gets the configured behavior for handling unreadable
source files.
|
UnreadableSourceAction |
BasicByteSource.getUnreadableAction()
Gets the configured behavior for handling unreadable
source files.
|
static UnreadableSourceAction |
UnreadableSourceAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnreadableSourceAction[] |
UnreadableSourceAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ByteSource |
ConcatenatedByteSource.getConcatenatedSource(List<Path> paths,
UnreadableSourceAction onUnreadable)
Creates a source which is the concatenation of the specified paths,
in order.
|
Constructor and Description |
---|
BasicByteSource(Path path,
UnreadableSourceAction onUnreadable)
Creates a data source for the named path.
|
GlobbingByteSource(String pattern,
UnreadableSourceAction onUnreadable)
Defines a source consisting of all files matched
by the specified pattern.
|
Copyright © 2020 Actian Corporation. All rights reserved.