Package pike :: Module smb2 :: Class FileInformation
[hide private]
[frames] | no frames]

Class FileInformation

source code

object --+        
         |        
core.Frame --+    
             |    
   Information --+
                 |
                FileInformation
Known Subclasses:

Nested Classes [hide private]

Inherited from core.Frame: __metaclass__

Instance Methods [hide private]

Inherited from Information: __init__

Inherited from Information (private): _decode, _encode

Inherited from core.Frame: __getitem__, __iter__, __len__, __setattr__, __str__, decode, encode, is_last_child, next_sibling, parse, prev_sibling, serialize

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  info_type = SMB2_0_INFO_FILE
  _register = [({(SMB2_0_INFO_FILE, FILE_DIRECTORY_INFORMATION):...

Inherited from Information: file_information_class

Inherited from core.Frame: field_blacklist

Properties [hide private]

Inherited from core.Frame: children, context

Inherited from object: __class__

Class Variable Details [hide private]

_register

Value:
[({(SMB2_0_INFO_FILE, FILE_DIRECTORY_INFORMATION): <class 'pike.smb2.F\
ileDirectoryInformation'>,
   (SMB2_0_INFO_FILE, FILE_FULL_DIRECTORY_INFORMATION): <class 'pike.s\
mb2.FileFullDirectoryInformation'>,
   (SMB2_0_INFO_FILE, FILE_BASIC_INFORMATION): <class 'pike.smb2.FileB\
asicInformation'>,
   (SMB2_0_INFO_FILE, FILE_STANDARD_INFORMATION): <class 'pike.smb2.Fi\
leStandardInformation'>,
...