Class: Gio::ZlibCompressor
- Inherits:
- 
      Object
      
        - Object
- Gio::ZlibCompressor
 
- Defined in:
- (unknown)
Instance Method Summary collapse
- 
  
    
      #file_info  ⇒ Gio::FileInfo 
    
    
  
  
  
  
  
  
  
  
  
    If set to a non-nil GFile::Info object, and #GZlibCompressor:format is %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name and modification time from the file info to the GZIP header. 
- 
  
    
      #file_info=(file_info)  ⇒ Gio::FileInfo 
    
    
  
  
  
  
  
  
  
  
  
    If set to a non-nil GFile::Info object, and #GZlibCompressor:format is %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name and modification time from the file info to the GZIP header. 
- 
  
    
      #format  ⇒ Gio::ZlibCompressorFormat 
    
    
  
  
  
  
  
  
  
  
  
    Format. 
- #format=(format) ⇒ Gio::ZlibCompressorFormat
- 
  
    
      #level  ⇒ Integer 
    
    
  
  
  
  
  
  
  
  
  
    Level. 
- #level=(level) ⇒ Integer
- 
  
    
      #new(format, level)  ⇒ Gio::ZlibCompressor 
    
    
  
  
  
  
  
  
  
  
  
    Creates a new GZlib::Compressor. 
Instance Method Details
#file_info ⇒ Gio::FileInfo
If set to a non-nil GFile::Info object, and #GZlibCompressor:format is %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name and modification time from the file info to the GZIP header.
#file_info=(file_info) ⇒ Gio::FileInfo
If set to a non-nil GFile::Info object, and #GZlibCompressor:format is %G_ZLIB_COMPRESSOR_FORMAT_GZIP, the compressor will write the file name and modification time from the file info to the GZIP header.
#format ⇒ Gio::ZlibCompressorFormat
Returns format.
#format=(format) ⇒ Gio::ZlibCompressorFormat
#level ⇒ Integer
Returns level.
#level=(level) ⇒ Integer
#new(format, level) ⇒ Gio::ZlibCompressor
Creates a new GZlib::Compressor.