See: Description
Interface | Description |
---|---|
FieldReader |
An abstract super interface which extracting records and their fields.
|
FieldWriter |
An abstract super interface which writing records and their fields.
|
TextFormat |
Provides
FieldReader and FieldWriter . |
TextInput<T> |
Input from text files.
|
TextOutput<T> |
/**
Output to text files.
|
Class | Description |
---|---|
TextUtil |
Utilities about text.
|
UnmappableOutput |
Represents an unmappable output.
|
Enum | Description |
---|---|
LineSeparator |
Represents line separator sequence kind.
|
UnmappableOutput.ErrorCode |
Represents an error code of
UnmappableOutput . |
Exception | Description |
---|---|
TextFormatException |
An exception occurred if text format is malformed.
|
UnmappableOutputException |
An exception occurred if a content contains characters which cannot map to output sequence.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.