public abstract class IOAsOutputStream extends OutputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
IOAsOutputStream.ByteStream
Implementation of IOAsOutputStream for a WritableByteStream.
|
static class |
IOAsOutputStream.Writable
Default implementation of IOAsOutputStream for a Writable.
|
| Constructor and Description |
|---|
IOAsOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
static OutputStream |
get(IO.Writable io)
Create an OutputStream based on the given writable IO.
|
abstract IO.Writable |
getWrappedIO()
Return the underlying IO.Writable.
|
public static OutputStream get(IO.Writable io)
public abstract IO.Writable getWrappedIO()
Copyright © 2019. All rights reserved.