org.activiti.engine.impl.util.io
类 InputStreamSource
java.lang.Object
org.activiti.engine.impl.util.io.InputStreamSource
- 所有已实现的接口:
- org.activiti.bpmn.converter.util.InputStreamProvider, StreamSource
public class InputStreamSource
- extends Object
- implements StreamSource
- 作者:
- Tom Baeyens, Joram Barrez
inputStream
protected BufferedInputStream inputStream
bytes
protected byte[] bytes
InputStreamSource
public InputStreamSource(InputStream inputStream)
getInputStream
public InputStream getInputStream()
- 从接口
StreamSource
复制的描述
- Creates a NEW
InputStream
to the provided resource.
- 指定者:
- 接口
org.activiti.bpmn.converter.util.InputStreamProvider
中的 getInputStream
- 指定者:
- 接口
StreamSource
中的 getInputStream
toString
public String toString()
- 覆盖:
- 类
Object
中的 toString
getBytesFromInputStream
public byte[] getBytesFromInputStream(InputStream inStream)
throws IOException
- 抛出:
IOException
Copyright © 2013 Alfresco. All rights reserved.