Object type to Reader type?

Posted by GK on Stack Overflow See other posts from Stack Overflow or by GK
Published on 2010-04-12T05:16:46Z Indexed on 2010/04/12 5:23 UTC
Read the original article Hit count: 384

Filed under:

I have a java.io.Reader as the return type of my method. But i have Object type of an instance which i get from Database. So how can I convert this to Reader type and return? need help thanks.

© Stack Overflow or respective owner

Related posts about java