Package | Description |
---|---|
org.jslipc.channel | |
org.jslipc.channel.buffer | |
org.jslipc.channel.file | |
org.jslipc.channel.file.chunk |
Modifier and Type | Interface and Description |
---|---|
interface |
ReadableJslipcByteChannel
Marker interface that integrates
ReadableByteChannel and JslipcChannel . |
interface |
WritableJslipcByteChannel
Marker interface that integrates
WritableByteChannel and JslipcChannel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBbqChannel
Common base class for
ByteBufferQueue based channels. |
class |
ReadableBbqChannel
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
ByteBufferQueue . |
class |
WritableBbqChannel
A
WritableBbqChannel implementation that writes the data to an underlying
ByteBufferQueue . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJslipcFileChannel
Common base class for file based
JslipcChannel s. |
class |
ReadableJslipcFileChannel
A
ReadableJslipcByteChannel implementation that reads the data from an underlying
FileChannel . |
class |
WritableJslipcFileChannel
A
WritableJslipcByteChannel implementation that writes the data to an
underlying FileChannel . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractChunkFileChannel
Common base class for chunk file based
JslipcChannel s. |
class |
ReadableChunkFileChannel
A
ReadableJslipcByteChannel implementation that reads chunk files written into
the given directory by a WritableChunkFileChannel . |
class |
WritableChunkFileChannel
A
WritableJslipcByteChannel implementation that writes the data as
chunk files into a given directory. |
Copyright © 2014. All Rights Reserved.