|
296 | 296 | <ReturnType>System.Boolean</ReturnType> |
297 | 297 | </ReturnValue> |
298 | 298 | <Docs> |
299 | | - <summary>To be added.</summary> |
300 | | - <value>To be added.</value> |
| 299 | + <summary>Gets whether this file store is read-only.</summary> |
| 300 | + <value><c>true</c> if and only if this file store is read-only; otherwise, <c>false</c>.</value> |
301 | 301 | <remarks> |
| 302 | + <para>A file store is read-only when it does not support write operations or other changes to files. Attempts to create a file or open an existing file for writing cause an <c>IOException</c>.</para> |
| 303 | + <para> |
| 304 | + <format type="text/html"> |
| 305 | + <a href="https://developer.android.com/reference/java/nio/file/FileStore#isReadOnly()" title="Reference documentation">Java documentation for <code>java.nio.file.FileStore.isReadOnly()</code>.</a> |
| 306 | + </format> |
| 307 | + </para> |
302 | 308 | <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> |
303 | 309 | </remarks> |
304 | 310 | </Docs> |
|
581 | 587 | <ReturnType>System.Int64</ReturnType> |
582 | 588 | </ReturnValue> |
583 | 589 | <Docs> |
584 | | - <summary>To be added.</summary> |
585 | | - <value>To be added.</value> |
| 590 | + <summary>Gets the size of this file store in bytes.</summary> |
| 591 | + <value>The size of this file store in bytes.</value> |
586 | 592 | <remarks> |
| 593 | + <para> |
| 594 | + <format type="text/html"> |
| 595 | + <a href="https://developer.android.com/reference/java/nio/file/FileStore#getTotalSpace()" title="Reference documentation">Java documentation for <code>java.nio.file.FileStore.getTotalSpace()</code>.</a> |
| 596 | + </format> |
| 597 | + </para> |
587 | 598 | <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> |
588 | 599 | </remarks> |
| 600 | + <exception cref="T:Java.IO.IOException">If an I/O error occurs.</exception> |
589 | 601 | </Docs> |
590 | 602 | </Member> |
591 | 603 | <Member MemberName="Type"> |
|
657 | 669 | <ReturnType>System.Int64</ReturnType> |
658 | 670 | </ReturnValue> |
659 | 671 | <Docs> |
660 | | - <summary>To be added.</summary> |
661 | | - <value>To be added.</value> |
| 672 | + <summary>Gets the number of unallocated bytes in this file store.</summary> |
| 673 | + <value>The number of unallocated bytes.</value> |
662 | 674 | <remarks> |
| 675 | + <para>This value is a hint, not a guarantee; it is most accurate immediately after retrieval and may be affected by external I/O operations.</para> |
| 676 | + <para> |
| 677 | + <format type="text/html"> |
| 678 | + <a href="https://developer.android.com/reference/java/nio/file/FileStore#getUnallocatedSpace()" title="Reference documentation">Java documentation for <code>java.nio.file.FileStore.getUnallocatedSpace()</code>.</a> |
| 679 | + </format> |
| 680 | + </para> |
663 | 681 | <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> |
664 | 682 | </remarks> |
| 683 | + <exception cref="T:Java.IO.IOException">If an I/O error occurs.</exception> |
665 | 684 | </Docs> |
666 | 685 | </Member> |
667 | 686 | <Member MemberName="UsableSpace"> |
|
688 | 707 | <ReturnType>System.Int64</ReturnType> |
689 | 708 | </ReturnValue> |
690 | 709 | <Docs> |
691 | | - <summary>To be added.</summary> |
692 | | - <value>To be added.</value> |
| 710 | + <summary>Gets the number of bytes available to this Java virtual machine on this file store.</summary> |
| 711 | + <value>The number of available bytes.</value> |
693 | 712 | <remarks> |
| 713 | + <para>This value is a hint, not a guarantee; it is most accurate immediately after retrieval and may be affected by external I/O operations.</para> |
| 714 | + <para> |
| 715 | + <format type="text/html"> |
| 716 | + <a href="https://developer.android.com/reference/java/nio/file/FileStore#getUsableSpace()" title="Reference documentation">Java documentation for <code>java.nio.file.FileStore.getUsableSpace()</code>.</a> |
| 717 | + </format> |
| 718 | + </para> |
694 | 719 | <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> |
695 | 720 | </remarks> |
| 721 | + <exception cref="T:Java.IO.IOException">If an I/O error occurs.</exception> |
696 | 722 | </Docs> |
697 | 723 | </Member> |
698 | 724 | </Members> |
|
0 commit comments