@@ -81,7 +81,7 @@ protected ByteArrayInputStream(ref Java.Interop.JniObjectReference reference, Ja
8181 [System.ComponentModel.EditorBrowsableAttribute(1)]
8282 [System.Diagnostics.DebuggerBrowsableAttribute(0)]
8383 public override Java.Interop.JniPeerMembers JniPeerMembers { get { throw null; } }
84- protected int Mark { get { throw null; } set { } }
84+ protected int MarkedPosition { get { throw null; } set { } }
8585 protected int Pos { get { throw null; } set { } }
8686 [Java.Interop.JniMethodSignatureAttribute("read", "()I")]
8787 public override int Read() { throw null; }
@@ -511,7 +511,7 @@ public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) {
511511 public partial interface ICloseable : Java.Interop.IJavaPeerable, Java.Lang.IAutoCloseable, System.IDisposable
512512 {
513513 [Java.Interop.JniMethodSignatureAttribute("close", "()V")]
514- new void Close();
514+ void Java.Lang.IAutoCloseable. Close();
515515 }
516516 [Java.Interop.JniTypeSignatureAttribute("java/io/DataInput", GenerateJavaPeer=false)]
517517 public partial interface IDataInput : Java.Interop.IJavaPeerable, System.IDisposable
@@ -693,7 +693,7 @@ public partial interface IObjectInput : Java.Interop.IJavaPeerable, Java.IO.IDat
693693 [Java.Interop.JniMethodSignatureAttribute("available", "()I")]
694694 int Available();
695695 [Java.Interop.JniMethodSignatureAttribute("close", "()V")]
696- new void Close();
696+ void Java.Lang.IAutoCloseable. Close();
697697 [Java.Interop.JniMethodSignatureAttribute("read", "()I")]
698698 int Read();
699699 [Java.Interop.JniMethodSignatureAttribute("read", "([B)I")]
@@ -770,16 +770,16 @@ public partial interface IObjectInputValidation : Java.Interop.IJavaPeerable, Sy
770770 [Java.Interop.JniTypeSignatureAttribute("java/io/ObjectOutput", GenerateJavaPeer=false)]
771771 public partial interface IObjectOutput : Java.Interop.IJavaPeerable, Java.IO.IDataOutput, Java.Lang.IAutoCloseable, System.IDisposable
772772 {
773- [Java.Interop.JniMethodSignatureAttribute("close", "()V")]
774- new void Close();
775773 [Java.Interop.JniMethodSignatureAttribute("flush", "()V")]
776774 void Flush();
777775 [Java.Interop.JniMethodSignatureAttribute("write", "([B)V")]
778- new void Write(Java.Interop.JavaSByteArray? p0);
776+ void Java.IO.IDataOutput. Write(Java.Interop.JavaSByteArray? p0);
779777 [Java.Interop.JniMethodSignatureAttribute("write", "([BII)V")]
780- new void Write(Java.Interop.JavaSByteArray? p0, int p1, int p2);
778+ void Java.IO.IDataOutput. Write(Java.Interop.JavaSByteArray? p0, int p1, int p2);
781779 [Java.Interop.JniMethodSignatureAttribute("write", "(I)V")]
782- new void Write(int p0);
780+ void Java.IO.IDataOutput.Write(int p0);
781+ [Java.Interop.JniMethodSignatureAttribute("close", "()V")]
782+ void Java.Lang.IAutoCloseable.Close();
783783 [Java.Interop.JniMethodSignatureAttribute("writeObject", "(Ljava/lang/Object;)V")]
784784 void WriteObject(Java.Lang.Object? p0);
785785 }
@@ -6621,7 +6621,7 @@ public GenericSignatureFormatError(string? message) { }
66216621 public partial interface IAnnotatedArrayType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
66226622 {
66236623 Java.Lang.Reflect.IAnnotatedType? AnnotatedGenericComponentType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedGenericComponentType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
6624- new Java.Lang.Reflect.IAnnotatedType? AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
6624+ Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType. AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
66256625 }
66266626 [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedElement", GenerateJavaPeer=false)]
66276627 public partial interface IAnnotatedElement : Java.Interop.IJavaPeerable, System.IDisposable
@@ -6648,7 +6648,7 @@ public partial interface IAnnotatedElement : Java.Interop.IJavaPeerable, System.
66486648 [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedParameterizedType", GenerateJavaPeer=false)]
66496649 public partial interface IAnnotatedParameterizedType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
66506650 {
6651- new Java.Lang.Reflect.IAnnotatedType? AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
6651+ Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType. AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
66526652 [Java.Interop.JniMethodSignatureAttribute("getAnnotatedActualTypeArguments", "()[Ljava/lang/reflect/AnnotatedType;")]
66536653 Java.Interop.JavaObjectArray<Java.Lang.Reflect.IAnnotatedType>? GetAnnotatedActualTypeArguments();
66546654 }
@@ -6661,14 +6661,14 @@ public partial interface IAnnotatedType : Java.Interop.IJavaPeerable, Java.Lang.
66616661 [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedTypeVariable", GenerateJavaPeer=false)]
66626662 public partial interface IAnnotatedTypeVariable : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
66636663 {
6664- new Java.Lang.Reflect.IAnnotatedType? AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
6664+ Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType. AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
66656665 [Java.Interop.JniMethodSignatureAttribute("getAnnotatedBounds", "()[Ljava/lang/reflect/AnnotatedType;")]
66666666 Java.Interop.JavaObjectArray<Java.Lang.Reflect.IAnnotatedType>? GetAnnotatedBounds();
66676667 }
66686668 [Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedWildcardType", GenerateJavaPeer=false)]
66696669 public partial interface IAnnotatedWildcardType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
66706670 {
6671- new Java.Lang.Reflect.IAnnotatedType? AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
6671+ Java.Lang.Reflect.IAnnotatedType? Java.Lang.Reflect.IAnnotatedType. AnnotatedOwnerType { [Java.Interop.JniMethodSignatureAttribute("getAnnotatedOwnerType", "()Ljava/lang/reflect/AnnotatedType;")] get; }
66726672 [Java.Interop.JniMethodSignatureAttribute("getAnnotatedLowerBounds", "()[Ljava/lang/reflect/AnnotatedType;")]
66736673 Java.Interop.JavaObjectArray<Java.Lang.Reflect.IAnnotatedType>? GetAnnotatedLowerBounds();
66746674 [Java.Interop.JniMethodSignatureAttribute("getAnnotatedUpperBounds", "()[Ljava/lang/reflect/AnnotatedType;")]
0 commit comments