@@ -81,7 +81,7 @@ protected ByteArrayInputStream(ref Java.Interop.JniObjectReference reference, Ja
81
81
[System.ComponentModel.EditorBrowsableAttribute(1)]
82
82
[System.Diagnostics.DebuggerBrowsableAttribute(0)]
83
83
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 { } }
85
85
protected int Pos { get { throw null; } set { } }
86
86
[Java.Interop.JniMethodSignatureAttribute("read", "()I")]
87
87
public override int Read() { throw null; }
@@ -511,7 +511,7 @@ public override void Write(Java.Interop.JavaCharArray? cbuf, int off, int len) {
511
511
public partial interface ICloseable : Java.Interop.IJavaPeerable, Java.Lang.IAutoCloseable, System.IDisposable
512
512
{
513
513
[Java.Interop.JniMethodSignatureAttribute("close", "()V")]
514
- new void Close();
514
+ void Java.Lang.IAutoCloseable. Close();
515
515
}
516
516
[Java.Interop.JniTypeSignatureAttribute("java/io/DataInput", GenerateJavaPeer=false)]
517
517
public partial interface IDataInput : Java.Interop.IJavaPeerable, System.IDisposable
@@ -693,7 +693,7 @@ public partial interface IObjectInput : Java.Interop.IJavaPeerable, Java.IO.IDat
693
693
[Java.Interop.JniMethodSignatureAttribute("available", "()I")]
694
694
int Available();
695
695
[Java.Interop.JniMethodSignatureAttribute("close", "()V")]
696
- new void Close();
696
+ void Java.Lang.IAutoCloseable. Close();
697
697
[Java.Interop.JniMethodSignatureAttribute("read", "()I")]
698
698
int Read();
699
699
[Java.Interop.JniMethodSignatureAttribute("read", "([B)I")]
@@ -770,16 +770,16 @@ public partial interface IObjectInputValidation : Java.Interop.IJavaPeerable, Sy
770
770
[Java.Interop.JniTypeSignatureAttribute("java/io/ObjectOutput", GenerateJavaPeer=false)]
771
771
public partial interface IObjectOutput : Java.Interop.IJavaPeerable, Java.IO.IDataOutput, Java.Lang.IAutoCloseable, System.IDisposable
772
772
{
773
- [Java.Interop.JniMethodSignatureAttribute("close", "()V")]
774
- new void Close();
775
773
[Java.Interop.JniMethodSignatureAttribute("flush", "()V")]
776
774
void Flush();
777
775
[Java.Interop.JniMethodSignatureAttribute("write", "([B)V")]
778
- new void Write(Java.Interop.JavaSByteArray? p0);
776
+ void Java.IO.IDataOutput. Write(Java.Interop.JavaSByteArray? p0);
779
777
[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);
781
779
[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();
783
783
[Java.Interop.JniMethodSignatureAttribute("writeObject", "(Ljava/lang/Object;)V")]
784
784
void WriteObject(Java.Lang.Object? p0);
785
785
}
@@ -6621,7 +6621,7 @@ public GenericSignatureFormatError(string? message) { }
6621
6621
public partial interface IAnnotatedArrayType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
6622
6622
{
6623
6623
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; }
6625
6625
}
6626
6626
[Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedElement", GenerateJavaPeer=false)]
6627
6627
public partial interface IAnnotatedElement : Java.Interop.IJavaPeerable, System.IDisposable
@@ -6648,7 +6648,7 @@ public partial interface IAnnotatedElement : Java.Interop.IJavaPeerable, System.
6648
6648
[Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedParameterizedType", GenerateJavaPeer=false)]
6649
6649
public partial interface IAnnotatedParameterizedType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
6650
6650
{
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; }
6652
6652
[Java.Interop.JniMethodSignatureAttribute("getAnnotatedActualTypeArguments", "()[Ljava/lang/reflect/AnnotatedType;")]
6653
6653
Java.Interop.JavaObjectArray<Java.Lang.Reflect.IAnnotatedType>? GetAnnotatedActualTypeArguments();
6654
6654
}
@@ -6661,14 +6661,14 @@ public partial interface IAnnotatedType : Java.Interop.IJavaPeerable, Java.Lang.
6661
6661
[Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedTypeVariable", GenerateJavaPeer=false)]
6662
6662
public partial interface IAnnotatedTypeVariable : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
6663
6663
{
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; }
6665
6665
[Java.Interop.JniMethodSignatureAttribute("getAnnotatedBounds", "()[Ljava/lang/reflect/AnnotatedType;")]
6666
6666
Java.Interop.JavaObjectArray<Java.Lang.Reflect.IAnnotatedType>? GetAnnotatedBounds();
6667
6667
}
6668
6668
[Java.Interop.JniTypeSignatureAttribute("java/lang/reflect/AnnotatedWildcardType", GenerateJavaPeer=false)]
6669
6669
public partial interface IAnnotatedWildcardType : Java.Interop.IJavaPeerable, Java.Lang.Reflect.IAnnotatedElement, Java.Lang.Reflect.IAnnotatedType, System.IDisposable
6670
6670
{
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; }
6672
6672
[Java.Interop.JniMethodSignatureAttribute("getAnnotatedLowerBounds", "()[Ljava/lang/reflect/AnnotatedType;")]
6673
6673
Java.Interop.JavaObjectArray<Java.Lang.Reflect.IAnnotatedType>? GetAnnotatedLowerBounds();
6674
6674
[Java.Interop.JniMethodSignatureAttribute("getAnnotatedUpperBounds", "()[Ljava/lang/reflect/AnnotatedType;")]
0 commit comments