public interface BinaryStream
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
getBytes()
Access to the bytes. 
 | 
InputStream | 
getInputStream()
Retrieve the input stream. 
 | 
long | 
getLength()
Retrieve the length of the input stream 
 | 
void | 
release()
Release any underlying resources. 
 | 
InputStream getInputStream()
byte[] getBytes()
long getLength()
void release()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.