class StumpyJPEG::BitReader

Defined in:

stumpy_jpeg/bitio.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def read_bit #

[View source]
def read_bits(count : Int) #

[View source]
def read_remaining_bits #

[View source]
def read_restart_marker #

[View source]
def skip_remaining_bits #

[View source]