| Package | Description |
|---|---|
| com.cognitect.transit |
| Modifier and Type | Method and Description |
|---|---|
static TransitFactory.Format |
TransitFactory.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitFactory.Format[] |
TransitFactory.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in)
Creates a reader instance.
|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
DefaultReadHandler<?> customDefaultHandler)
Creates a reader instance.
|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
Map<String,ReadHandler<?,?>> customHandlers)
Creates a reader instance.
|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
Map<String,ReadHandler<?,?>> customHandlers,
DefaultReadHandler<?> customDefaultHandler)
Creates a reader instance.
|
static <T> Writer<T> |
TransitFactory.writer(TransitFactory.Format type,
OutputStream out)
Creates a writer instance.
|
static <T> Writer<T> |
TransitFactory.writer(TransitFactory.Format type,
OutputStream out,
Map<Class,WriteHandler<?,?>> customHandlers)
Creates a writer instance.
|
Copyright © 2017. All rights reserved.