Package org.smooks.io.payload
Class ByteSource
- java.lang.Object
-
- javax.xml.transform.stream.StreamSource
-
- org.smooks.io.payload.ByteSource
-
- All Implemented Interfaces:
Source
public class ByteSource extends StreamSource
Utility class for creating a Byte basedStreamSource
.- Author:
- tom.fennelly@gmail.com
-
-
Field Summary
-
Fields inherited from class javax.xml.transform.stream.StreamSource
FEATURE
-
-
Constructor Summary
Constructors Constructor Description ByteSource(byte[] source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getSource()
-
Methods inherited from class javax.xml.transform.stream.StreamSource
getInputStream, getPublicId, getReader, getSystemId, setInputStream, setPublicId, setReader, setSystemId, setSystemId
-
-