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 |
---|---|
ReadableJslipcByteChannel |
JslipcPipe.source() |
Constructor and Description |
---|
JslipcChannelInputStream(ReadableJslipcByteChannel channel)
Creates a JslipcChannelInputStream based on the underlying channel.
|
Modifier and Type | Class and Description |
---|---|
class |
ReadableBbqChannel
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
ByteBufferQueue . |
Modifier and Type | Class and Description |
---|---|
class |
ReadableJslipcFileChannel
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
FileChannel . |
Modifier and Type | Class and Description |
---|---|
class |
ReadableChunkFileChannel
A
ReadableJslipcByteChannel implementation that reads chunk files written into
the given directory by a WritableChunkFileChannel . |
Copyright © 2014. All Rights Reserved.