FileUtils.CloseQuietly Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| CloseQuietly(FileDescriptor) |
Obsolete.
Closes the given object quietly, ignoring any checked exceptions. |
| CloseQuietly(IAutoCloseable) |
Obsolete.
Closes the given object quietly, ignoring any checked exceptions. |
CloseQuietly(FileDescriptor)
Caution
deprecated
Closes the given object quietly, ignoring any checked exceptions.
[Android.Runtime.Register("closeQuietly", "(Ljava/io/FileDescriptor;)V", "", ApiSince=29)]
[System.Obsolete("deprecated")]
public static void CloseQuietly (Java.IO.FileDescriptor? fd);
[<Android.Runtime.Register("closeQuietly", "(Ljava/io/FileDescriptor;)V", "", ApiSince=29)>]
[<System.Obsolete("deprecated")>]
static member CloseQuietly : Java.IO.FileDescriptor -> unit
Parameters
- Attributes
Remarks
Java documentation for android.os.FileUtils.closeQuietly(java.io.FileDescriptor).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
CloseQuietly(IAutoCloseable)
Caution
deprecated
Closes the given object quietly, ignoring any checked exceptions.
[Android.Runtime.Register("closeQuietly", "(Ljava/lang/AutoCloseable;)V", "", ApiSince=29)]
[System.Obsolete("deprecated")]
public static void CloseQuietly (Java.Lang.IAutoCloseable? closeable);
[<Android.Runtime.Register("closeQuietly", "(Ljava/lang/AutoCloseable;)V", "", ApiSince=29)>]
[<System.Obsolete("deprecated")>]
static member CloseQuietly : Java.Lang.IAutoCloseable -> unit
Parameters
- closeable
- IAutoCloseable
- Attributes
Remarks
Java documentation for android.os.FileUtils.closeQuietly(java.lang.AutoCloseable).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.