module Utils

Defined in:

utils/bits.cr
utils/os.cr
utils/zip.cr

Instance Method Summary

Instance Method Detail

def bitarray_to_bits(input : BitArray) : Array(UInt8) #

[View source]
def bytes_to_bits(input : Array(UInt8)) : Array(UInt8) #

[View source]
def create_in_memory_zip(input_files : Array(String)) #

[View source]
def get_lsb(n : UInt8) #

[View source]
def list_files(io : IO) #

[View source]
def num_bits(n : Int) : BitArray #

[View source]
def put_exit(msg : String, code : Int = 1) #

[View source]
def set_lsb(n : UInt8, new : UInt8) #

[View source]
def string_to_bits(input : String) : Array(UInt8) #

[View source]