Module: Worochi::Agent::Github::Helper

Defined in:
lib/worochi/helper/github_helper.rb

Overview

Helper classes for GitHub JSON streaming.

Defined Under Namespace

Classes: Base64IO, StreamIO

Constant Summary collapse

BLOCK_SIZE =

Size to read in. Must be a multiple of 3 for Base64 streaming.

12288