~vcs-imports/restlet/trunk

« back to all changes in this revision

Viewing changes to modules/org.restlet/src/org/restlet/engine/io/BioUtils.java

  • Committer: thboileau
  • Date: 2011-12-16 09:52:33 UTC
  • Revision ID: svn-v4:0cdd4882-a905-0410-9880-a6d38cb17da0:trunk:8108
Updated javadocs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
527
527
 
528
528
    // [ifndef gwt] method
529
529
    /**
530
 
     * Converts a char array into a byte array using the default character set.
 
530
     * Converts a char array into a byte array using the provided character set.
531
531
     * 
532
532
     * @param chars
533
533
     *            The source characters.