Skip to content

Commit 0199422

Browse files
committed
Update OutputStreamWriter
1 parent d08c786 commit 0199422

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

Sources/JavaIO/OutputStreamWriter.swift

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)