Package | Description |
---|---|
org.jslipc | |
org.jslipc.channel | |
org.jslipc.channel.buffer | |
org.jslipc.channel.file | |
org.jslipc.channel.file.chunk |
Modifier and Type | Method and Description |
---|---|
WritableJslipcByteChannel |
JslipcPipe.sink() |
Constructor and Description |
---|
JslipcChannelOutputStream(WritableJslipcByteChannel channel)
Creates a JslipcChannelOutputStream based on the underlying channel.
|
Modifier and Type | Class and Description |
---|---|
class |
WritableBbqChannel
A
WritableBbqChannel implementation that writes the data to an underlying
ByteBufferQueue . |
Modifier and Type | Class and Description |
---|---|
class |
WritableJslipcFileChannel
A
WritableJslipcByteChannel implementation that writes the data to an
underlying FileChannel . |
Modifier and Type | Class and Description |
---|---|
class |
WritableChunkFileChannel
A
WritableJslipcByteChannel implementation that writes the data as
chunk files into a given directory. |
Copyright © 2014. All Rights Reserved.