public class ByteArrayInputStreamAccess extends Object implements InputStreamAccess
| Constructor and Description | 
|---|
| ByteArrayInputStreamAccess(String name,
                          byte[] bytes) | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | accessInputStream()Get access to the stream. | 
| String | getStreamName()Get the name of the resource backing the stream | 
public ByteArrayInputStreamAccess(String name, byte[] bytes)
public String getStreamName()
InputStreamAccessgetStreamName in interface InputStreamAccesspublic InputStream accessInputStream()
InputStreamAccessaccessInputStream in interface InputStreamAccessCopyright © 2016 JBoss by Red Hat. All rights reserved.