juzu.io
Class CharArray.Simple
java.lang.Object
juzu.io.CharArray.Simple
- All Implemented Interfaces:
- CharArray
- Enclosing interface:
- CharArray
public static class CharArray.Simple
- extends Object
- implements CharArray
CharArray.Simple
public CharArray.Simple(CharSequence sequence)
getLength
public int getLength()
- Description copied from interface:
CharArray
- Returns the number of characters contained in this array.
- Specified by:
getLength
in interface CharArray
- Returns:
- the length
write
public void write(OutputStream out)
throws IOException,
NullPointerException
- Specified by:
write
in interface CharArray
- Throws:
IOException
NullPointerException
write
public void write(Appendable appendable)
throws IOException
- Specified by:
write
in interface CharArray
- Throws:
IOException
Copyright © 2013 eXo Platform SAS. All Rights Reserved.