You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Gerhard Froehlich <g-...@gmx.de> on 2001/08/29 00:28:52 UTC

[c2 patch] IOUtils

Hi,
found two interesting methods in my util classes.
  objectToBytes
  bytesToObject

the first converts a object in to a byte array.
cool for strings, blobs, etc...
the other does the opposite.

maybe you can need it

cheers
gerhard