| Modifier and Type | Method and Description |
|---|---|
static DefaultReadHandler |
TransitFactory.defaultDefaultReadHandler()
Returns the DefaultReadHandler that is used by default
|
| Modifier and Type | Method and Description |
|---|---|
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,
DefaultReadHandler customDefaultHandler)
Creats a reader instance.
|
Copyright © 2014. All rights reserved.