juzu.io
Interface CharArray
- All Known Implementing Classes:
- CharArray.Simple
public interface CharArray
An array of chars.
- Author:
- Julien Viet
getLength
int getLength()
- Returns the number of characters contained in this array.
- Returns:
- the length
write
void write(OutputStream out)
throws IOException,
NullPointerException
- Throws:
IOException
NullPointerException
write
void write(Appendable appendable)
throws IOException,
NullPointerException
- Throws:
IOException
NullPointerException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.