| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.io.binseach |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Block
A block is a sub-sequence of bytes with a fixed finite length which
however may be initially unknown, and thus has a certain horizon of explored length.
|
interface |
Segment
A segment is a sequence of bytes with a fixed size.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferFromInputStream
Implementation of a byte array that caches data in buckets from
an InputStream.
|
class |
DecodedDataBlock |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelFactory<Seekable> |
DecodedDataBlock.channelFactory |
| Modifier and Type | Method and Description |
|---|---|
ChannelFactory<Seekable> |
DecodedDataBlock.getChannelFactory() |
| Constructor and Description |
|---|
DecodedDataBlock(BlockSource blockSource,
long blockStart,
ChannelFactory<Seekable> channelFactory) |
Copyright © 2020. All rights reserved.