|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.vdb.api.VDBStreamImpl
public class VDBStreamImpl
Constructor Summary | |
---|---|
VDBStreamImpl(byte[] contents)
|
|
VDBStreamImpl(java.io.File file)
|
Method Summary | |
---|---|
java.io.File |
getFile()
return as File Source |
java.io.InputStream |
getInputStream()
Return the Input Stream into VDB contents |
byte[] |
toByteArray()
return the VDB contents as byte array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VDBStreamImpl(java.io.File file)
public VDBStreamImpl(byte[] contents)
Method Detail |
---|
public java.io.File getFile()
VDBStream
getFile
in interface VDBStream
public java.io.InputStream getInputStream()
VDBStream
getInputStream
in interface VDBStream
public byte[] toByteArray()
VDBStream
toByteArray
in interface VDBStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |