Skip to content
Open Bkper

FileIterator

Extends

  • FileIterator

Methods

getBook()

getBook(): Book;

Gets the Book that originate the iterator

Returns

Book

Inherited from

Bkper.FileIterator.getBook

getContinuationToken()

getContinuationToken(): string;

Gets a token that can be used to resume this iteration at a later time.

Returns

string

Inherited from

Bkper.FileIterator.getContinuationToken

hasNext()

hasNext(): boolean;

Determines whether calling next() will return a file.

Returns

boolean

Inherited from

Bkper.FileIterator.hasNext

next()

next(): File;

Gets the next file in the collection of files.

Returns

File

Inherited from

Bkper.FileIterator.next

setContinuationToken()

setContinuationToken(continuationToken): void;

Sets a continuation token from previous paused iteration.

Parameters

ParameterType
continuationTokenstring

Returns

void

Inherited from

Bkper.FileIterator.setContinuationToken