gnu.gcj.convert

Class Input_8859_1


public class Input_8859_1
extends BytesToUnicode

Convert ISO-Latin-1 (8859-1) text to Unicode.

Field Summary

Fields inherited from class gnu.gcj.convert.BytesToUnicode

inbuffer, inlength, inpos

Fields inherited from class gnu.gcj.convert.IOConverter

iconv_byte_swap

Method Summary

String
getName()
int
read(char[] outbuffer, int outpos, int count)

Methods inherited from class gnu.gcj.convert.BytesToUnicode

done, getDecoder, getDefaultDecoder, getName, read, setInput

Methods inherited from class gnu.gcj.convert.IOConverter

canonicalize

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getName

public String getName()
Overrides:
getName in interface BytesToUnicode

read

public int read(char[] outbuffer,
                int outpos,
                int count)
Overrides:
read in interface BytesToUnicode

Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.