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