| 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)
Creats a reader instance.
|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
Map<String,ReadHandler> customHandlers)
Creats a reader instance.
|
static Reader |
TransitFactory.reader(TransitFactory.Format type,
InputStream in,
Map<String,ReadHandler> customHandlers,
DefaultReadHandler customDefaultHandler)
Creats a reader instance.
|
static Writer |
TransitFactory.writer(TransitFactory.Format type,
OutputStream out)
Creates a writer instance.
|
static Writer |
TransitFactory.writer(TransitFactory.Format type,
OutputStream out,
Map<Class,WriteHandler> customHandlers)
Creates a writer instance.
|
Copyright © 2014. All rights reserved.