Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.gcj.convert.IOConverter
gnu.gcj.convert.BytesToUnicode
gnu.gcj.convert.Input_8859_1
public class Input_8859_1
extends BytesToUnicode
Field Summary |
Fields inherited from class gnu.gcj.convert.BytesToUnicode | |
inbuffer , inlength , inpos |
Fields inherited from class gnu.gcj.convert.IOConverter | |
iconv_byte_swap |
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 |
public int read(char[] outbuffer, int outpos, int count)
- Overrides:
- read in interface BytesToUnicode