Datapublic class OctetStreamData extends Object implements Data
Data type containing an octet stream.| Constructor | Description | 
|---|---|
| OctetStreamData | Creates a new  OctetStreamData. | 
| OctetStreamData | Creates a new  OctetStreamData. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getMimeType() | Returns the MIME type associated with the data object represented by this  OctetStreamData. | 
| InputStream | getOctetStream() | Returns the input stream of this  OctetStreamData. | 
| String | getURI() | Returns the URI String identifying the data object represented by this  OctetStreamData. | 
public OctetStreamData(InputStream octetStream)
OctetStreamData.octetStream - the input stream containing the octetsNullPointerException - if octetStream is null
public OctetStreamData(InputStream octetStream, String uri, String mimeType)
OctetStreamData.octetStream - the input stream containing the octetsuri - the URI String identifying the data object (may be null)mimeType - the MIME type associated with the data object (may be null)NullPointerException - if octetStream is null
public InputStream getOctetStream()
OctetStreamData.OctetStreamData.public String getURI()
OctetStreamData.null if not applicablepublic String getMimeType()
OctetStreamData.null if not applicable
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/java.xml.crypto/javax/xml/crypto/OctetStreamData.html