SChunk API#
Methods#
Create a new super-chunk. |
|
Append a data buffer to the SChunk. |
|
Decompress the chunk given by its index |
|
Delete the specified chunk from the SChunk. |
|
Return the compressed chunk that is in the SChunk. |
|
Insert an already compressed chunk in the SChunk. |
|
Insert the data in the specified position in the SChunk. |
|
Iterate over |
|
Iterate over |
|
Fill the SChunk with a special value. |
|
Update an existing chunk in the SChunk. |
|
Update the chunk in the |
|
Get a slice from |
|
Get a slice from the SChunk. |
|
Set slice to |
|
Return the number of items in the SChunk. |
|
Get a bytes object containing the serialized SChunk instance. |
|
Decorator to set a function as a postfilter. |
|
Remove the postfilter from the SChunk instance. |
|
Decorator to set a filler function. |
|
Decorator to set a function as a prefilter. |
|
Remove the prefilter from the SChunk instance. |
Attributes#
Functions#
|
Create a SChunk instance out of a contiguous frame buffer. |