Interface: Source

Source

Interface for Source objects.

Source:

Methods

fetch(offset, length)

The main method to retrieve the data from the source.

Parameters:
Name Type Description
offset number

The offset to read from in the source

length number

The requested number of bytes

Source: