Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: moved 'all-code-examples' paragraph

...

Temporary files are files and consequently must conform to the requirements specified by other rules governing operations on files including void FIO00-J. Do not overwrite an existing file while attempting to create a new file, and FIO03 FIO01-J. Create files with appropriate access permissions. Furthermore, temporary files have an additional requirement in that they must be removed before program termination.

...

For this and subsequent code examples, we will assume that the files are automatically being created in a secure directory, to comply with rule FIO00-J. Do not operate on files in shared directories. We will also assume the files are created with proper access permissions, to compy with FIO03 FIO01-J. Create files with appropriate access permissions. Both requirements may be managed outside the JVM.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7972792678815998-db612b39-413b4856-a2219fd8-3dc861b764db80ac7bf474ae"><ac:plain-text-body><![CDATA[

[[API 2006

AA. Bibliography#API 06]]

Class File, methods createTempFile, delete, deleteOnExit

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="8651244074cd155a-13d2bfec-4a59444c-845e87dd-32ce3f8a05ea2e0dfbc5a2d4"><ac:plain-text-body><![CDATA[

[[Darwin 2004

AA. Bibliography#Darwin 04]]

11.5 Creating a Transient File

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="c78fa137f45049c4-d5257684-482f4e03-a5fea014-ff170e12965384712573f3ca"><ac:plain-text-body><![CDATA[

[[J2SE 2011

AA. Bibliography#J2SE 11]]

 

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="18e57c32fffe3efa-59c11857-4355493f-825ea4ae-298604ff35e6ff2baaad8ff2"><ac:plain-text-body><![CDATA[

[[SDN 2008

AA. Bibliography#SDN 08]]

Bug IDs: 4171239, 4405521, 4635827, 4631820

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="16e5cb6922728c3d-c5e72712-439d4d7d-8fe7b1ca-b98bb3f2016f3395b1d76943"><ac:plain-text-body><![CDATA[

[[Secunia 2008

AA. Bibliography#Secunia 08]]

[Secunia Advisory 20132

http://secunia.com/advisories/20132/]

]]></ac:plain-text-body></ac:structured-macro>

...