com.dalsemi.io
Class CharToByteUTF8

java.lang.Object
  |
  +--com.dalsemi.io.CharToByteConverter
        |
        +--com.dalsemi.io.CharToByteUTF8

public class CharToByteUTF8
extends CharToByteConverter


Constructor Summary
CharToByteUTF8()
           
 
Method Summary
 int convert(char[] src, int srcStart, int srcEnd, byte[] dst, int dstStart, int dstEnd)
           
 int flush(byte[] buff, int start, int length)
           
 int getMaxByteCount(char[] forThis, int start, int end)
           
 java.lang.String getName()
           
 
Methods inherited from class com.dalsemi.io.CharToByteConverter
getConverter, getDefaultConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharToByteUTF8

public CharToByteUTF8()
Method Detail

getMaxByteCount

public int getMaxByteCount(char[] forThis,
                           int start,
                           int end)
Overrides:
getMaxByteCount in class CharToByteConverter

convert

public int convert(char[] src,
                   int srcStart,
                   int srcEnd,
                   byte[] dst,
                   int dstStart,
                   int dstEnd)
            throws java.io.CharConversionException
Overrides:
convert in class CharToByteConverter

flush

public int flush(byte[] buff,
                 int start,
                 int length)
Overrides:
flush in class CharToByteConverter

getName

public java.lang.String getName()
Overrides:
getName in class CharToByteConverter


Используются технологии uCoz