API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto. OctetStreamData View Source
Author(s)
Since
1.6
Version
Serial
Hierarchy
 Object
      OctetStreamData
Implements
 Data
Subclasses
Description
public class OctetStreamData
  A representation of a Data type containing an octet stream.
See also:   
Constructors
public OctetStreamData (InputStream octetStream)
  Creates a new OctetStreamData.
public OctetStreamData (InputStream octetStream, String uri, String mimeType)
  Creates a new OctetStreamData.
Methods
Hide/Show inherited methods
public String getMimeType ()
  Returns the MIME type associated with the data object represented by this OctetStreamData.
public InputStream getOctetStream ()
  Returns the input stream of this OctetStreamData.
public String getURI ()
  Returns the URI String identifying the data object represented by this OctetStreamData.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar