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



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def bits
  @bits
end

#checkObject

Returns the value of attribute check

Returns:

  • (Object)

    the current value of check



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def check
  @check
end

#codesObject

Returns the value of attribute codes

Returns:

  • (Object)

    the current value of codes



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def codes
  @codes
end

#distbitsObject

Returns the value of attribute distbits

Returns:

  • (Object)

    the current value of distbits



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def distbits
  @distbits
end

#distcodeObject

Returns the value of attribute distcode

Returns:

  • (Object)

    the current value of distcode



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def distcode
  @distcode
end

#dmaxObject

Returns the value of attribute dmax

Returns:

  • (Object)

    the current value of dmax



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def dmax
  @dmax
end

#extraObject

Returns the value of attribute extra

Returns:

  • (Object)

    the current value of extra



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def extra
  @extra
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def flags
  @flags
end

#haveObject

Returns the value of attribute have

Returns:

  • (Object)

    the current value of have



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def have
  @have
end

#havedictObject

Returns the value of attribute havedict

Returns:

  • (Object)

    the current value of havedict



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def havedict
  @havedict
end

#headObject

Returns the value of attribute head

Returns:

  • (Object)

    the current value of head



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def head
  @head
end

#holdObject

Returns the value of attribute hold

Returns:

  • (Object)

    the current value of hold



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def hold
  @hold
end

#lastObject

Returns the value of attribute last

Returns:

  • (Object)

    the current value of last



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def last
  @last
end

#lenbitsObject

Returns the value of attribute lenbits

Returns:

  • (Object)

    the current value of lenbits



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def lenbits
  @lenbits
end

#lencodeObject

Returns the value of attribute lencode

Returns:

  • (Object)

    the current value of lencode



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def lencode
  @lencode
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def length
  @length
end

#lensObject

Returns the value of attribute lens

Returns:

  • (Object)

    the current value of lens



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def lens
  @lens
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def mode
  @mode
end

#ncodeObject

Returns the value of attribute ncode

Returns:

  • (Object)

    the current value of ncode



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def ncode
  @ncode
end

#ndistObject

Returns the value of attribute ndist

Returns:

  • (Object)

    the current value of ndist



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def ndist
  @ndist
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def next
  @next
end

#nlenObject

Returns the value of attribute nlen

Returns:

  • (Object)

    the current value of nlen



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def nlen
  @nlen
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def offset
  @offset
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def total
  @total
end

#wbitsObject

Returns the value of attribute wbits

Returns:

  • (Object)

    the current value of wbits



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def wbits
  @wbits
end

#whaveObject

Returns the value of attribute whave

Returns:

  • (Object)

    the current value of whave



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def whave
  @whave
end

#windowObject

Returns the value of attribute window

Returns:

  • (Object)

    the current value of window



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def window
  @window
end

#workObject

Returns the value of attribute work

Returns:

  • (Object)

    the current value of work



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def work
  @work
end

#wrapObject

Returns the value of attribute wrap

Returns:

  • (Object)

    the current value of wrap



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def wrap
  @wrap
end

#writeObject

Returns the value of attribute write

Returns:

  • (Object)

    the current value of write



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def write
  @write
end

#wsizeObject

Returns the value of attribute wsize

Returns:

  • (Object)

    the current value of wsize



3871
3872
3873
# File 'lib/pr/rbzlib.rb', line 3871

def wsize
  @wsize
end