Class: Rbzlib::Gz_stream

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

Instance Attribute Summary collapse

Instance Attribute Details

#backObject

Returns the value of attribute back



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def back
  @back
end

#crcObject

Returns the value of attribute crc



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def crc
  @crc
end

#fileObject

Returns the value of attribute file



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def file
  @file
end

#inObject

Returns the value of attribute in



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def in
  @in
end

#inbufObject

Returns the value of attribute inbuf



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def inbuf
  @inbuf
end

#lastObject

Returns the value of attribute last



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def last
  @last
end

#modeObject

Returns the value of attribute mode



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def mode
  @mode
end

#msgObject

Returns the value of attribute msg



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def msg
  @msg
end

#outObject

Returns the value of attribute out



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def out
  @out
end

#outbufObject

Returns the value of attribute outbuf



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def outbuf
  @outbuf
end

#pathObject

Returns the value of attribute path



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def path
  @path
end

#startObject

Returns the value of attribute start



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def start
  @start
end

#streamObject

Returns the value of attribute stream



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def stream
  @stream
end

#transparentObject

Returns the value of attribute transparent



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def transparent
  @transparent
end

#z_eofObject

Returns the value of attribute z_eof



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def z_eof
  @z_eof
end

#z_errObject

Returns the value of attribute z_err



344
345
346
# File 'lib/pr/rbzlib.rb', line 344

def z_err
  @z_err
end