Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Signals that an end of file or end of stream has been reached unexpectedly during input.
[Android.Runtime.Register("java/io/EOFException", DoNotGenerateAcw=true)]
public class EOFException : Java.IO.IOException
[<Android.Runtime.Register("java/io/EOFException", DoNotGenerateAcw=true)>]
type EOFException = class
inherit IOException
Signals that an end of file or end of stream has been reached unexpectedly during input.
This exception is mainly used by data input streams to signal end of stream. Note that many other input operations return a special value on end of stream rather than throwing an exception.
Added in 1.0.
Java documentation for java.io.EOFException
.
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.
EOFException() |
Constructs an |
EOFException(Int |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
EOFException(String) |
Constructs an |
is_generated | (Inherited from Throwable) |
Cause |
Returns the cause of this throwable or |
Class | (Inherited from Throwable) |
Handle |
The handle to the underlying Android instance. (Inherited from Throwable) |
Jni |
(Inherited from Throwable) |
Jni |
|
Localized |
Creates a localized description of this throwable. (Inherited from Throwable) |
Message |
Returns the detail message string of this throwable. (Inherited from Throwable) |
Peer |
(Inherited from Throwable) |
Stack |
(Inherited from Throwable) |
Threshold |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Threshold |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Add |
Appends the specified exception to the exceptions that were suppressed in order to deliver this exception. (Inherited from Throwable) |
Dispose() | (Inherited from Throwable) |
Dispose(Boolean) | (Inherited from Throwable) |
Fill |
Fills in the execution stack trace. (Inherited from Throwable) |
Get |
Provides programmatic access to the stack trace information printed by
|
Get |
Returns an array containing all of the exceptions that were
suppressed, typically by the |
Init |
Initializes the cause of this throwable to the specified value. (Inherited from Throwable) |
Print |
Prints this throwable and its backtrace to the standard error stream. (Inherited from Throwable) |
Print |
Prints this throwable and its backtrace to the specified print stream. (Inherited from Throwable) |
Print |
Prints this throwable and its backtrace to the specified print writer. (Inherited from Throwable) |
Set |
Sets the Handle property. (Inherited from Throwable) |
Set |
Sets the stack trace elements that will be returned by
|
To |
(Inherited from Throwable) |
Unregister |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
IJava |
(Inherited from Throwable) |
Java |
Performs an Android runtime-checked type conversion. |
Java |
|
Get |
Gets the JNI name of the type of the instance |
Java |
Try to coerce |
Try |
Try to coerce |
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35, .NET for Android API 36 |
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in