| Package | Description |
|---|---|
| com.io7m.smfj.format.text |
Parser API.
|
| com.io7m.smfj.format.text.v1 |
Parser implementation for the 1.* text encoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFTLineReaderList
A line reader based on a list of strings.
|
class |
SMFTLineReaderStreamIO
A line reader based on blocking stream IO.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFTLineReaderType |
SMFTLineReaderStreamIO.create(URI in_uri,
InputStream in_stream)
Construct a new line reader.
|
static SMFTLineReaderType |
SMFTLineReaderList.create(URI in_uri,
javaslang.collection.List<String> in_lines,
int in_start)
Construct a new line reader.
|
Copyright © 2017 <code@io7m.com> http://io7m.com