Module: Zip::NullEncryption
- Included in:
- NullDecrypter, NullEncrypter
- Defined in:
- lib/zip/crypto/null_encryption.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#gp_flags ⇒ Object
9 10 11 |
# File 'lib/zip/crypto/null_encryption.rb', line 9 def gp_flags 0 end |
#header_bytesize ⇒ Object
5 6 7 |
# File 'lib/zip/crypto/null_encryption.rb', line 5 def header_bytesize 0 end |