();
int c4 = is.read();
is.close();
Why do you use four remote calls instead of one?
byte [] c = new byte [4];
int rcount = is. read (c, 0, 4);
// Access with c[0] , c[1] , c[2] , c [3]
Best regards,
Tobias Seckinger
Germany
-
T
Hi all,
I use iText 2.0.4 and it's great! Uh, and sorry for this bad english... But
one thing I do not understand. The example code at the end of this mail
demonstrate my problem. In my program I use the class ColumnText to write
text with different borders. Furthermore some text have different c