eris.Decoder

class eris.Decoder(store, read_capability)

Read ERIS encoded content.

__init__(store, read_capability)

Methods

__init__(store, read_capability)

position()

Return the current stream position.

read(size)

Read size bytes from the encoded content and return them.

readall()

Read and return all the bytes from the stream from the current position until EOF.

seek(offset)

Set position to offset.