|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjavax.xml.crypto.OctetStreamData
public class OctetStreamData
包含一個八位組串流的 Data 型別的表示形式。
| 建構子摘要 | |
|---|---|
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 |
| 建構子詳細資訊 |
|---|
public OctetStreamData(InputStream octetStream)
SocketImpl。
octetStream - 套件含八位組的輸入串流
NullPointerException - 如果 octetStream 為 null
public OctetStreamData(InputStream octetStream,
String uri,
String mimeType)
OctetStreamData。
octetStream - 套件含八位組的輸入串流uri - 標識資料物件的 URI String(可以為 null)mimeType - 與資料物件關聯的 MIME 型別(可以為 null)
NullPointerException - 如果 octetStream 為 null| 方法詳細資訊 |
|---|
public InputStream getOctetStream()
OctetStreamData 的輸入串流。
OctetStreamData 的輸入串流。public String getURI()
OctetStreamData 表示的資料物件的 URI String。
nullpublic String getMimeType()
OctetStreamData 表示的資料物件關聯的 MIME 型別。
null
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。