ObjectStreamConstants.TcEndblockdata Field

Definition

Caution

Use 'Java.IO.IObjectStreamConstants.TcEndblockdata'. This class will be removed in a future release.

End of optional block data blocks for an object.

[Android.Runtime.Register("TC_ENDBLOCKDATA")]
[System.Obsolete("Use 'Java.IO.IObjectStreamConstants.TcEndblockdata'. This class will be removed in a future release.")]
public const sbyte TcEndblockdata = 120;
[<Android.Runtime.Register("TC_ENDBLOCKDATA")>]
[<System.Obsolete("Use 'Java.IO.IObjectStreamConstants.TcEndblockdata'. This class will be removed in a future release.")>]
val mutable TcEndblockdata : sbyte

Field Value

Value = 120
Attributes

Remarks

End of optional block data blocks for an object.

Java documentation for java.io.ObjectStreamConstants.TC_ENDBLOCKDATA.

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