Class: ZipKit::Streamer::Filler

Inherits:
Struct
  • Object
show all
Defined in:
lib/zip_kit/streamer/filler.rb

Overview

Is used internally by Streamer to keep track of entries in the archive during writing. Normally you will not have to use this class directly

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#total_bytes_usedObject

Returns the value of attribute total_bytes_used

Returns:

  • (Object)

    the current value of total_bytes_used



5
6
7
# File 'lib/zip_kit/streamer/filler.rb', line 5

def total_bytes_used
  @total_bytes_used
end

Instance Method Details

#filler?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/zip_kit/streamer/filler.rb', line 6

def filler?
  true
end