Class: Rbzlib::Inflate_state

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

Instance Attribute Summary collapse

Instance Attribute Details

#bitsObject

Returns the value of attribute bits



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def bits
  @bits
end

#checkObject

Returns the value of attribute check



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def check
  @check
end

#codesObject

Returns the value of attribute codes



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def codes
  @codes
end

#distbitsObject

Returns the value of attribute distbits



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def distbits
  @distbits
end

#distcodeObject

Returns the value of attribute distcode



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def distcode
  @distcode
end

#dmaxObject

Returns the value of attribute dmax



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def dmax
  @dmax
end

#extraObject

Returns the value of attribute extra



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def extra
  @extra
end

#flagsObject

Returns the value of attribute flags



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def flags
  @flags
end

#haveObject

Returns the value of attribute have



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def have
  @have
end

#havedictObject

Returns the value of attribute havedict



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def havedict
  @havedict
end

#headObject

Returns the value of attribute head



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def head
  @head
end

#holdObject

Returns the value of attribute hold



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def hold
  @hold
end

#lastObject

Returns the value of attribute last



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def last
  @last
end

#lenbitsObject

Returns the value of attribute lenbits



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def lenbits
  @lenbits
end

#lencodeObject

Returns the value of attribute lencode



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def lencode
  @lencode
end

#lengthObject

Returns the value of attribute length



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def length
  @length
end

#lensObject

Returns the value of attribute lens



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def lens
  @lens
end

#modeObject

Returns the value of attribute mode



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def mode
  @mode
end

#ncodeObject

Returns the value of attribute ncode



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def ncode
  @ncode
end

#ndistObject

Returns the value of attribute ndist



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def ndist
  @ndist
end

#nextObject

Returns the value of attribute next



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def next
  @next
end

#nlenObject

Returns the value of attribute nlen



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def nlen
  @nlen
end

#offsetObject

Returns the value of attribute offset



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def offset
  @offset
end

#totalObject

Returns the value of attribute total



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def total
  @total
end

#wbitsObject

Returns the value of attribute wbits



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def wbits
  @wbits
end

#whaveObject

Returns the value of attribute whave



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def whave
  @whave
end

#windowObject

Returns the value of attribute window



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def window
  @window
end

#workObject

Returns the value of attribute work



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def work
  @work
end

#wrapObject

Returns the value of attribute wrap



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def wrap
  @wrap
end

#writeObject

Returns the value of attribute write



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def write
  @write
end

#wsizeObject

Returns the value of attribute wsize



3782
3783
3784
# File 'lib/pr/rbzlib.rb', line 3782

def wsize
  @wsize
end