gnu.gcj.convert
Class Output_8859_1
Convert Unicode ISO-Latin-1 (8851-1) text.
Unrecognized characters are printed as `?'.
String | getName()
|
int | write(char[] inbuffer, int inpos, int inlength)
|
int | write(String str, int inpos, int inlength, char[] work) - Convert chars to bytes.
|
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
write
public int write(char[] inbuffer,
int inpos,
int inlength)
- write in interface UnicodeToBytes
- number of chars converted.
write
public int write(String str,
int inpos,
int inlength,
char[] work)
Convert chars to bytes.
Converted bytes are written to buf, starting at count.
- write in interface UnicodeToBytes
str
- source of characters to convertinpos
- index of initial character in str to convertinlength
- number of characters to convertwork
- if non-null, a buffer than can be used
- number of chars converted
Also, this.count is increment by the number of bytes converted.
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.