com.dalsemi.io
Class CharToByteISO8859_1

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

public class CharToByteISO8859_1
extends CharToByteConverter


Constructor Summary
CharToByteISO8859_1()
           
 
Method Summary
 int convert(char[] src, int srcStart, int srcEnd, byte[] dst, int dstStart, int dstEnd)
           
 int flush(byte[] buff, int start, int end)
           
 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

CharToByteISO8859_1

public CharToByteISO8859_1()
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)
Overrides:
convert in class CharToByteConverter

flush

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

getName

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


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