Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.1.0
-
None
-
Operating System: All
Platform: All
-
16784
Description
In the constructors for transcoders, such as XMLUTF8Transcoder, there
is a block size parameter. According to the comments in the header
file, this parameter limits the maximum size of data that can be
converted by one call to transcodeFrom or transcodeTo. My experience
(with the latest nightly build) is that is not so - the blocksize is
irrelevant (except for possible performance implications). Provided I
code the right maximum size in the call to transcodeTo or
TranscodeFrom, then even with a blockSize of 4 bytes specified in the
constructor, all is OK.
–
Colin Paul Adams
Preston Lancashire