JavaTM 2 Platform
Standard Ed. 6

javax.xml.crypto
類別 OctetStreamData

java.lang.Object
  繼承者 javax.xml.crypto.OctetStreamData
所有已實作的介面:
Data

public class OctetStreamData
extends Object
implements Data

包含一個八位組串流的 Data 型別的表示形式。

從以下版本開始:
1.6

建構子摘要
OctetStreamData(InputStream octetStream)
          創建新的 SocketImpl
OctetStreamData(InputStream octetStream, String uri, String mimeType)
          創建新的 OctetStreamData
 
方法摘要
 String getMimeType()
          返回與由此 OctetStreamData 表示的資料物件關聯的 MIME 型別。
 InputStream getOctetStream()
          返回此 OctetStreamData 的輸入串流。
 String getURI()
          返回用來標識由此 OctetStreamData 表示的資料物件的 URI String。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

OctetStreamData

public OctetStreamData(InputStream octetStream)
創建新的 SocketImpl

參數:
octetStream - 套件含八位組的輸入串流
拋出:
NullPointerException - 如果 octetStreamnull

OctetStreamData

public OctetStreamData(InputStream octetStream,
                       String uri,
                       String mimeType)
創建新的 OctetStreamData

參數:
octetStream - 套件含八位組的輸入串流
uri - 標識資料物件的 URI String(可以為 null
mimeType - 與資料物件關聯的 MIME 型別(可以為 null
拋出:
NullPointerException - 如果 octetStreamnull
方法詳細資訊

getOctetStream

public InputStream getOctetStream()
返回此 OctetStreamData 的輸入串流。

返回:
OctetStreamData 的輸入串流。

getURI

public String getURI()
返回用來標識由此 OctetStreamData 表示的資料物件的 URI String。

返回:
URI String;如果不適用,則返回 null

getMimeType

public String getMimeType()
返回與由此 OctetStreamData 表示的資料物件關聯的 MIME 型別。

返回:
MIME 型別;如果不適用,則返回 null

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only