|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.stream.StreamSource
org.jbpm.stream.ByteArrayStreamSource
public class ByteArrayStreamSource
Field Summary | |
---|---|
protected byte[] |
bytes
|
Fields inherited from class org.jbpm.stream.StreamSource |
---|
name |
Constructor Summary | |
---|---|
ByteArrayStreamSource(byte[] bytes)
|
Method Summary | |
---|---|
java.io.InputStream |
openStream()
|
Methods inherited from class org.jbpm.stream.StreamSource |
---|
getName, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected byte[] bytes
Constructor Detail |
---|
public ByteArrayStreamSource(byte[] bytes)
PvmException
- if bytes is nullMethod Detail |
---|
public java.io.InputStream openStream()
openStream
in class StreamSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |