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

Returns:

  • (Object)

    the current value of bits



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def bits
  @bits
end

#checkObject

Returns the value of attribute check

Returns:

  • (Object)

    the current value of check



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def check
  @check
end

#codesObject

Returns the value of attribute codes

Returns:

  • (Object)

    the current value of codes



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def codes
  @codes
end

#distbitsObject

Returns the value of attribute distbits

Returns:

  • (Object)

    the current value of distbits



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def distbits
  @distbits
end

#distcodeObject

Returns the value of attribute distcode

Returns:

  • (Object)

    the current value of distcode



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def distcode
  @distcode
end

#dmaxObject

Returns the value of attribute dmax

Returns:

  • (Object)

    the current value of dmax



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def dmax
  @dmax
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def extra
  @extra
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def flags
  @flags
end

#haveObject

Returns the value of attribute have

Returns:

  • (Object)

    the current value of have



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def have
  @have
end

#havedictObject

Returns the value of attribute havedict

Returns:

  • (Object)

    the current value of havedict



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def havedict
  @havedict
end

#headObject

Returns the value of attribute head

Returns:

  • (Object)

    the current value of head



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def head
  @head
end

#holdObject

Returns the value of attribute hold

Returns:

  • (Object)

    the current value of hold



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def hold
  @hold
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def last
  @last
end

#lenbitsObject

Returns the value of attribute lenbits

Returns:

  • (Object)

    the current value of lenbits



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def lenbits
  @lenbits
end

#lencodeObject

Returns the value of attribute lencode

Returns:

  • (Object)

    the current value of lencode



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def lencode
  @lencode
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def length
  @length
end

#lensObject

Returns the value of attribute lens

Returns:

  • (Object)

    the current value of lens



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def lens
  @lens
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def mode
  @mode
end

#ncodeObject

Returns the value of attribute ncode

Returns:

  • (Object)

    the current value of ncode



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def ncode
  @ncode
end

#ndistObject

Returns the value of attribute ndist

Returns:

  • (Object)

    the current value of ndist



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def ndist
  @ndist
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def next
  @next
end

#nlenObject

Returns the value of attribute nlen

Returns:

  • (Object)

    the current value of nlen



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def nlen
  @nlen
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def offset
  @offset
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def total
  @total
end

#wbitsObject

Returns the value of attribute wbits

Returns:

  • (Object)

    the current value of wbits



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def wbits
  @wbits
end

#whaveObject

Returns the value of attribute whave

Returns:

  • (Object)

    the current value of whave



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def whave
  @whave
end

#windowObject

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def window
  @window
end

#workObject

Returns the value of attribute work

Returns:

  • (Object)

    the current value of work



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def work
  @work
end

#wrapObject

Returns the value of attribute wrap

Returns:

  • (Object)

    the current value of wrap



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def wrap
  @wrap
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def write
  @write
end

#wsizeObject

Returns the value of attribute wsize

Returns:

  • (Object)

    the current value of wsize



3883
3884
3885
# File 'lib/pr/rbzlib.rb', line 3883

def wsize
  @wsize
end