juzu.io
Class CharArray.Simple

java.lang.Object
  extended by juzu.io.CharArray.Simple
All Implemented Interfaces:
CharArray
Enclosing interface:
CharArray

public static class CharArray.Simple
extends Object
implements CharArray


Nested Class Summary
 
Nested classes/interfaces inherited from interface juzu.io.CharArray
CharArray.Simple
 
Constructor Summary
CharArray.Simple(CharSequence sequence)
           
 
Method Summary
 int getLength()
          Returns the number of characters contained in this array.
 void write(Appendable appendable)
           
 void write(OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharArray.Simple

public CharArray.Simple(CharSequence sequence)
Method Detail

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.