Package | Description |
---|---|
bayou.bytes |
Async byte source/sink.
|
bayou.file |
Utilities for files.
|
Modifier and Type | Method and Description |
---|---|
ByteSink |
BytePipe.sink()
Get the sink of this pipe.
|
Modifier and Type | Method and Description |
---|---|
default Async<Long> |
ByteSource.toSink(ByteSink sink)
Write the bytes from this source to the sink.
|
Modifier and Type | Class and Description |
---|---|
class |
FileByteSink
A
ByteSink that writes bytes to a file. |