Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/xml/Java.Nio.FileNio/AccessMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<ReturnType>Java.Nio.FileNio.AccessMode</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Requests that the file be checked for execute access.</summary>
<value>An access mode that checks whether the file can be executed.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
4 changes: 2 additions & 2 deletions docs/xml/Java.Nio.FileNio/FileVisitOption.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
<ReturnType>Java.Nio.FileNio.FileVisitOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Causes file tree traversal to follow symbolic links.</summary>
<value>A traversal option that follows symbolic links.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
4 changes: 2 additions & 2 deletions docs/xml/Java.Nio.FileNio/FileVisitResult.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<ReturnType>Java.Nio.FileNio.FileVisitResult</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Continues file tree traversal and, when returned from <c>PreVisitDirectory</c>, visits the directory's entries.</summary>
<value>A result that continues file tree traversal.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
8 changes: 4 additions & 4 deletions docs/xml/Java.Nio.FileNio/StandardCopyOption.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
<ReturnType>Java.Nio.FileNio.StandardCopyOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Moves the file as a single atomic file system operation.</summary>
<value>A copy option that requests an atomic move operation.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -111,8 +111,8 @@
<ReturnType>Java.Nio.FileNio.StandardCopyOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Copies source file attributes to the new file.</summary>
<value>A copy option that copies source file attributes.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down
20 changes: 10 additions & 10 deletions docs/xml/Java.Nio.FileNio/StandardOpenOption.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
<ReturnType>Java.Nio.FileNio.StandardOpenOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Writes bytes at the end of a file opened for write access.</summary>
<value>An open option that appends writes to the file.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -111,8 +111,8 @@
<ReturnType>Java.Nio.FileNio.StandardOpenOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Creates a file when it does not exist, unless <c>CreateNew</c> is also specified.</summary>
<value>An open option that creates a file if it is absent.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -142,8 +142,8 @@
<ReturnType>Java.Nio.FileNio.StandardOpenOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Creates a new file and fails when a file already exists at the path.</summary>
<value>An open option that creates a file only when it is absent.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -173,8 +173,8 @@
<ReturnType>Java.Nio.FileNio.StandardOpenOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Requests a best-effort deletion of the file when it is closed.</summary>
<value>An open option that requests deletion when the file is closed.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down Expand Up @@ -204,8 +204,8 @@
<ReturnType>Java.Nio.FileNio.StandardOpenOption</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Requires updates to file content to be written synchronously to the storage device.</summary>
<value>An open option that synchronizes file content updates with storage.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
Expand Down