juzu.io
Interface CharArray

All Known Implementing Classes:
CharArray.Simple

public interface CharArray

An array of chars.

Author:
Julien Viet

Nested Class Summary
static class CharArray.Simple
           
 
Method Summary
 int getLength()
          Returns the number of characters contained in this array.
 void write(Appendable appendable)
           
 void write(OutputStream out)
           
 

Method Detail

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.