--- In [email protected], Peter Farland <[EMAIL PROTECTED]> wrote: > > Just curious, where'd folks see the decoder docs talk about a toString()? Base64Decoder's primary use is to decode to a ByteArray so it has a toByteArray() method. If you wanted to construct a String from this ByteArray you'd need to know the charset encoding used in the bytes. > > Pete >
My point was, in the docs there is a reference to a toString() method as being inherited from Object. Even if it is not reasonable to use toString(), it is in the docs as being available. Either it should be removed or an example of how to use the class should be provided. Joao

