Sha256: 96b98e830e8d182e85565010ad0518e8ee05e2ff56b66a9cb6cb0dd4dfcce175

Contents?: true

Size: 466 Bytes

Versions: 8

Compression:

Stored size: 466 Bytes

Contents

module RubySMB
  module Fscc
    module FileInformation
      # The FileEaInformation Class as defined in
      # [2.4.12 FileEaInformation](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-fscc/db6cf109-ead8-441a-b29e-cb2032778b0f)
      class FileEaInformation < BinData::Record
        CLASS_LEVEL = FileInformation::FILE_EA_INFORMATION

        endian :little
        uint32 :ea_size, label: 'Extended Attributes Size'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby_smb-3.1.1 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.1.0 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.0.6 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.0.5 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.0.4 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.0.3 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.0.2 lib/ruby_smb/fscc/file_information/file_ea_information.rb
ruby_smb-3.0.1 lib/ruby_smb/fscc/file_information/file_ea_information.rb