Class | Archive::Tar::Minitar::Writer::BoundedStream |
In: |
lib/archive/tar/minitar.rb
|
Parent: | Archive::Tar::Minitar::Writer::RestrictedStream |
A RestrictedStream that also has a size limit.
limit | [R] | The maximum number of bytes that may be written to this data stream. |
written | [R] | The current total number of bytes written to this data stream. |