|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.util.Lob
Helper class for working with Lobs.
Constructor Summary | |
Lob()
|
Method Summary | |
static byte[] |
getBinaryStream(java.io.InputStream pStream)
Reads a BLOB and returns it as a byte array. |
static java.lang.String |
getCharacterStream(java.io.Reader pReader)
Reads a BLOB and returns it as a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lob()
Method Detail |
public static byte[] getBinaryStream(java.io.InputStream pStream) throws java.sql.SQLException
Reads a BLOB and returns it as a byte array.
java.sql.SQLException
public static java.lang.String getCharacterStream(java.io.Reader pReader) throws java.sql.SQLException
Reads a BLOB and returns it as a String.
java.sql.SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |