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