public interface CharArray
| Modifier and Type | Interface and Description |
|---|---|
static class |
CharArray.Simple |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Returns the number of characters contained in this array.
|
void |
write(Appendable appendable) |
void |
write(OutputStream out) |
int getLength()
void write(OutputStream out) throws IOException, NullPointerException
IOExceptionNullPointerExceptionvoid write(Appendable appendable) throws IOException, NullPointerException
IOExceptionNullPointerExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.