Interface | Description |
---|---|
Provider<T> |
An abstract super interface which provides I/O resources.
|
RecordWriter |
An abstract super interface of table-style record writers.
|
Serialization<T> |
An abstract super interface of object serialization facilities.
|
Sink<T> |
An abstract super interface of object sinks.
|
Source<T> |
An abstract super interface of object sources.
|
Class | Description |
---|---|
DefaultSerialization<T> |
A
Serialization using the built-in Java serialization facility. |
DefaultSerialization.ObjectSink<T> |
An
ObjectOutput adapter implementation of Sink . |
DefaultSerialization.ObjectSource<T> |
An
ObjectInput adapter implementation of Source . |
FileInputStreamProvider |
Provides
FileInputStream . |
ReaderProvider |
Provides a
Reader . |
Sources |
Utilities about
Source . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.