File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,15 +23,6 @@ open class OutputStreamWriter: Writer {
2323 @JavaMethod
2424 open override func append( _ arg0: CharSequence ? , _ arg1: Int32 , _ arg2: Int32 ) throws -> Writer !
2525
26- /// Java method `append`.
27- ///
28- /// ### Java method signature
29- /// ```java
30- /// public java.lang.Appendable java.io.OutputStreamWriter.append(java.lang.CharSequence) throws java.io.IOException
31- /// ```
32- @JavaMethod
33- open override func append( _ arg0: CharSequence ? ) throws -> Appendable !
34-
3526 /// Java method `append`.
3627 ///
3728 /// ### Java method signature
@@ -41,15 +32,6 @@ open class OutputStreamWriter: Writer {
4132 @JavaMethod
4233 open override func append( _ arg0: CharSequence ? ) throws -> Writer !
4334
44- /// Java method `append`.
45- ///
46- /// ### Java method signature
47- /// ```java
48- /// public java.lang.Appendable java.io.OutputStreamWriter.append(java.lang.CharSequence,int,int) throws java.io.IOException
49- /// ```
50- @JavaMethod
51- open override func append( _ arg0: CharSequence ? , _ arg1: Int32 , _ arg2: Int32 ) throws -> Appendable !
52-
5335 /// Java method `flush`.
5436 ///
5537 /// ### Java method signature
You can’t perform that action at this time.
0 commit comments