|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.cm.ds.db.BinaryResource
Object representation of a binary resource retrieved from a connection. This class is immutable.
Constructor Summary | |
BinaryResource(byte[] bytes)
Constructor. |
Method Summary | |
byte[] |
getBytes()
Gets the byte array. |
java.io.InputStream |
getInputStream()
Gets an InputStream on the byte array. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BinaryResource(byte[] bytes)
Method Detail |
public byte[] getBytes()
public java.io.InputStream getInputStream()
InputStream
on the byte array.
public java.lang.String toString()
|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright ©1997, 2003, Oracle. All rights reserved.