public interface TextFormat
FieldReader
and FieldWriter
.Modifier and Type | Method and Description |
---|---|
FieldReader |
open(InputStream input)
Opens
FieldReader for the given input. |
FieldWriter |
open(OutputStream output)
Opens
FieldWriter for the given output. |
FieldReader |
open(Reader input)
Opens
FieldReader for the given input. |
FieldWriter |
open(Writer output)
Opens
FieldWriter for the given output. |
FieldReader open(InputStream input) throws IOException
FieldReader
for the given input.input
- the source input streamFieldReader
IOException
- if I/O error was occurred while initializing the readerFieldWriter open(OutputStream output) throws IOException
FieldWriter
for the given output.output
- the destination output streamFieldWriter
IOException
- if I/O error was occurred while initializing the writerFieldReader open(Reader input) throws IOException
FieldReader
for the given input.input
- the source input readerFieldReader
IOException
- if I/O error was occurred while initializing the readerFieldWriter open(Writer output) throws IOException
FieldWriter
for the given output.output
- the destination output writerFieldWriter
IOException
- if I/O error was occurred while initializing the writerCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.