   "aefReader":

:
	Read
:
	about()

 "about":
	 ,     .aef

 "Read":

	||| : file_name, notOut=False, ignoringMeta=False
	| file_name -  .   ,   .

	| notOut -  .  True,          

	| ignoringMeta -  .  True, ,   ,            .
	
	||| :

	| Out() -     

	| ByteOut(array=True) -  array=True,         .  array=False,       
	
	| MetaOut(datatime_mode=True) -    ,   ,     .  datatime_mode=True,        datatime,         "-- -"

:
	import aefReader  #  

	aef_file = aefReader.Read("C:/my_folder/file.aef")  #   file.aef
	print(aef_file.Out())  #     
	#
	for byte_in_array in aef_file.ByteOut():  #    
    		print(byte_in_array)

:
	Location -      
	
	Access - ,       

	FileType - ,        aef

	NoneMeta -        

	OutBlock -      