Class: Rbzlib::Deflate_state

Inherits:
Struct
  • Object
show all
Defined in:
lib/pr/rbzlib.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bi_bufObject

Returns the value of attribute bi_buf

Returns:

  • (Object)

    the current value of bi_buf



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def bi_buf
  @bi_buf
end

#bi_validObject

Returns the value of attribute bi_valid

Returns:

  • (Object)

    the current value of bi_valid



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def bi_valid
  @bi_valid
end

#bl_countObject

Returns the value of attribute bl_count

Returns:

  • (Object)

    the current value of bl_count



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def bl_count
  @bl_count
end

#bl_descObject

Returns the value of attribute bl_desc

Returns:

  • (Object)

    the current value of bl_desc



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def bl_desc
  @bl_desc
end

#bl_treeObject

Returns the value of attribute bl_tree

Returns:

  • (Object)

    the current value of bl_tree



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def bl_tree
  @bl_tree
end

#block_startObject

Returns the value of attribute block_start

Returns:

  • (Object)

    the current value of block_start



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def block_start
  @block_start
end

#d_bufObject

Returns the value of attribute d_buf

Returns:

  • (Object)

    the current value of d_buf



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def d_buf
  @d_buf
end

#d_descObject

Returns the value of attribute d_desc

Returns:

  • (Object)

    the current value of d_desc



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def d_desc
  @d_desc
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def depth
  @depth
end

#dyn_dtreeObject

Returns the value of attribute dyn_dtree

Returns:

  • (Object)

    the current value of dyn_dtree



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def dyn_dtree
  @dyn_dtree
end

#dyn_ltreeObject

Returns the value of attribute dyn_ltree

Returns:

  • (Object)

    the current value of dyn_ltree



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def dyn_ltree
  @dyn_ltree
end

#good_matchObject

Returns the value of attribute good_match

Returns:

  • (Object)

    the current value of good_match



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def good_match
  @good_match
end

#gzheadObject

Returns the value of attribute gzhead

Returns:

  • (Object)

    the current value of gzhead



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def gzhead
  @gzhead
end

#gzindexObject

Returns the value of attribute gzindex

Returns:

  • (Object)

    the current value of gzindex



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def gzindex
  @gzindex
end

#hash_bitsObject

Returns the value of attribute hash_bits

Returns:

  • (Object)

    the current value of hash_bits



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def hash_bits
  @hash_bits
end

#hash_maskObject

Returns the value of attribute hash_mask

Returns:

  • (Object)

    the current value of hash_mask



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def hash_mask
  @hash_mask
end

#hash_shiftObject

Returns the value of attribute hash_shift

Returns:

  • (Object)

    the current value of hash_shift



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def hash_shift
  @hash_shift
end

#hash_sizeObject

Returns the value of attribute hash_size

Returns:

  • (Object)

    the current value of hash_size



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def hash_size
  @hash_size
end

#headObject

Returns the value of attribute head

Returns:

  • (Object)

    the current value of head



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def head
  @head
end

#heapObject

Returns the value of attribute heap

Returns:

  • (Object)

    the current value of heap



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def heap
  @heap
end

#heap_lenObject

Returns the value of attribute heap_len

Returns:

  • (Object)

    the current value of heap_len



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def heap_len
  @heap_len
end

#heap_maxObject

Returns the value of attribute heap_max

Returns:

  • (Object)

    the current value of heap_max



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def heap_max
  @heap_max
end

#ins_hObject

Returns the value of attribute ins_h

Returns:

  • (Object)

    the current value of ins_h



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def ins_h
  @ins_h
end

#l_bufObject

Returns the value of attribute l_buf

Returns:

  • (Object)

    the current value of l_buf



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def l_buf
  @l_buf
end

#l_descObject

Returns the value of attribute l_desc

Returns:

  • (Object)

    the current value of l_desc



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def l_desc
  @l_desc
end

#last_eob_lenObject

Returns the value of attribute last_eob_len

Returns:

  • (Object)

    the current value of last_eob_len



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def last_eob_len
  @last_eob_len
end

#last_flushObject

Returns the value of attribute last_flush

Returns:

  • (Object)

    the current value of last_flush



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def last_flush
  @last_flush
end

#last_litObject

Returns the value of attribute last_lit

Returns:

  • (Object)

    the current value of last_lit



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def last_lit
  @last_lit
end

#levelObject

Returns the value of attribute level

Returns:

  • (Object)

    the current value of level



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def level
  @level
end

#lit_bufsizeObject

Returns the value of attribute lit_bufsize

Returns:

  • (Object)

    the current value of lit_bufsize



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def lit_bufsize
  @lit_bufsize
end

#lookaheadObject

Returns the value of attribute lookahead

Returns:

  • (Object)

    the current value of lookahead



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def lookahead
  @lookahead
end

#match_availableObject

Returns the value of attribute match_available

Returns:

  • (Object)

    the current value of match_available



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def match_available
  @match_available
end

#match_lengthObject

Returns the value of attribute match_length

Returns:

  • (Object)

    the current value of match_length



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def match_length
  @match_length
end

#match_startObject

Returns the value of attribute match_start

Returns:

  • (Object)

    the current value of match_start



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def match_start
  @match_start
end

#matchesObject

Returns the value of attribute matches

Returns:

  • (Object)

    the current value of matches



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def matches
  @matches
end

#max_chain_lengthObject

Returns the value of attribute max_chain_length

Returns:

  • (Object)

    the current value of max_chain_length



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def max_chain_length
  @max_chain_length
end

#max_insert_lengthObject

Returns the value of attribute max_insert_length

Returns:

  • (Object)

    the current value of max_insert_length



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def max_insert_length
  @max_insert_length
end

#max_lazy_matchObject

Returns the value of attribute max_lazy_match

Returns:

  • (Object)

    the current value of max_lazy_match



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def max_lazy_match
  @max_lazy_match
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def method
  @method
end

#nice_matchObject

Returns the value of attribute nice_match

Returns:

  • (Object)

    the current value of nice_match



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def nice_match
  @nice_match
end

#opt_lenObject

Returns the value of attribute opt_len

Returns:

  • (Object)

    the current value of opt_len



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def opt_len
  @opt_len
end

#pendingObject

Returns the value of attribute pending

Returns:

  • (Object)

    the current value of pending



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def pending
  @pending
end

#pending_bufObject

Returns the value of attribute pending_buf

Returns:

  • (Object)

    the current value of pending_buf



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def pending_buf
  @pending_buf
end

#pending_buf_sizeObject

Returns the value of attribute pending_buf_size

Returns:

  • (Object)

    the current value of pending_buf_size



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def pending_buf_size
  @pending_buf_size
end

#pending_outObject

Returns the value of attribute pending_out

Returns:

  • (Object)

    the current value of pending_out



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def pending_out
  @pending_out
end

#prevObject

Returns the value of attribute prev

Returns:

  • (Object)

    the current value of prev



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def prev
  @prev
end

#prev_lengthObject

Returns the value of attribute prev_length

Returns:

  • (Object)

    the current value of prev_length



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def prev_length
  @prev_length
end

#prev_matchObject

Returns the value of attribute prev_match

Returns:

  • (Object)

    the current value of prev_match



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def prev_match
  @prev_match
end

#static_lenObject

Returns the value of attribute static_len

Returns:

  • (Object)

    the current value of static_len



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def static_len
  @static_len
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def status
  @status
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def strategy
  @strategy
end

#strmObject

Returns the value of attribute strm

Returns:

  • (Object)

    the current value of strm



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def strm
  @strm
end

#strstartObject

Returns the value of attribute strstart

Returns:

  • (Object)

    the current value of strstart



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def strstart
  @strstart
end

#w_bitsObject

Returns the value of attribute w_bits

Returns:

  • (Object)

    the current value of w_bits



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def w_bits
  @w_bits
end

#w_maskObject

Returns the value of attribute w_mask

Returns:

  • (Object)

    the current value of w_mask



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def w_mask
  @w_mask
end

#w_sizeObject

Returns the value of attribute w_size

Returns:

  • (Object)

    the current value of w_size



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def w_size
  @w_size
end

#windowObject

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def window
  @window
end

#window_sizeObject

Returns the value of attribute window_size

Returns:

  • (Object)

    the current value of window_size



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def window_size
  @window_size
end

#wrapObject

Returns the value of attribute wrap

Returns:

  • (Object)

    the current value of wrap



2510
2511
2512
# File 'lib/pr/rbzlib.rb', line 2510

def wrap
  @wrap
end