org.activiti.engine.impl.util.io
类 BytesStreamSource
java.lang.Object
org.activiti.engine.impl.util.io.BytesStreamSource
- 所有已实现的接口:
- org.activiti.bpmn.converter.util.InputStreamProvider, StreamSource
public class BytesStreamSource
- extends Object
- implements StreamSource
- 作者:
- Joram Barrez
字段摘要 |
protected byte[] |
bytes
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bytes
protected byte[] bytes
BytesStreamSource
public BytesStreamSource(byte[] bytes)
getInputStream
public InputStream getInputStream()
- 从接口
StreamSource
复制的描述
- Creates a NEW
InputStream
to the provided resource.
- 指定者:
- 接口
org.activiti.bpmn.converter.util.InputStreamProvider
中的 getInputStream
- 指定者:
- 接口
StreamSource
中的 getInputStream
Copyright © 2013 Alfresco. All rights reserved.