| Package | Description |
|---|---|
| java.io |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Method and Description |
|---|---|
StringWriter |
StringWriter.append(char c)
Appends the specified character to this writer.
|
StringWriter |
StringWriter.append(CharSequence csq)
Appends the specified character sequence to this writer.
|
StringWriter |
StringWriter.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this writer.
|
Copyright © 2016 API Design. All Rights Reserved.