com.dalsemi.io
Class ByteToCharISO8859_1

java.lang.Object
  |
  +--com.dalsemi.io.ByteToCharConverter
        |
        +--com.dalsemi.io.ByteToCharISO8859_1

public class ByteToCharISO8859_1
extends ByteToCharConverter


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

Constructor Detail

ByteToCharISO8859_1

public ByteToCharISO8859_1()
Method Detail

getMaxCharCount

public int getMaxCharCount(byte[] forThis,
                           int start,
                           int end)
Overrides:
getMaxCharCount in class ByteToCharConverter

convert

public int convert(byte[] src,
                   int srcStart,
                   int srcEnd,
                   char[] dst,
                   int dstStart,
                   int dstEnd)
Overrides:
convert in class ByteToCharConverter

flush

public int flush(char[] buff,
                 int start,
                 int end)
Overrides:
flush in class ByteToCharConverter

getName

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


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