com.beetstra.jutf7
Class CharsetTestUtil

java.lang.Object
  extended by com.beetstra.jutf7.CharsetTestUtil

abstract class CharsetTestUtil
extends Object


Constructor Summary
CharsetTestUtil()
           
 
Method Summary
(package private) static String asString(ByteBuffer buffer)
           
(package private) static void outToSB(ByteBuffer out, StringBuffer sb)
           
(package private) static ByteBuffer wrap(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharsetTestUtil

CharsetTestUtil()
Method Detail

outToSB

static void outToSB(ByteBuffer out,
                    StringBuffer sb)
             throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

asString

static String asString(ByteBuffer buffer)
                throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

wrap

static ByteBuffer wrap(String string)
                throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2008 sourceforge. All Rights Reserved.