|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. |
| Uses of CharArrayWriter in java.io |
|---|
| Modifier and Type | Method and Description |
|---|---|
CharArrayWriter |
CharArrayWriter.append(char c)
Appends the specified character to this writer. |
CharArrayWriter |
CharArrayWriter.append(CharSequence csq)
Appends the specified character sequence to this writer. |
CharArrayWriter |
CharArrayWriter.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this writer. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.