Package org.smooks.io.source
Class ByteSource
- java.lang.Object
-
- org.smooks.io.source.StreamSource<ByteArrayInputStream>
-
- org.smooks.io.source.ByteSource
-
- All Implemented Interfaces:
Source
public class ByteSource extends StreamSource<ByteArrayInputStream>
Utility class for creating a Byte basedStreamSource
.- Author:
- tom.fennelly@gmail.com
-
-
Field Summary
-
Fields inherited from class org.smooks.io.source.StreamSource
inputStream
-
-
Constructor Summary
Constructors Constructor Description ByteSource(byte[] source)
-