Package | Description |
---|---|
com.asakusafw.utils.io |
Simple Object I/O APIs.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSerialization.ObjectSink<T>
An
ObjectOutput adapter implementation of Sink . |
Modifier and Type | Method and Description |
---|---|
Sink<T> |
DefaultSerialization.createSink(OutputStream stream) |
Sink<T> |
Serialization.createSink(OutputStream stream)
Creates a new
Sink using the OutputStream . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.