CryptoStream.Read メソッド
アセンブリ: mscorlib (mscorlib.dll 内)
構文Public Overrides Function Read ( _ <InAttribute> <OutAttribute> buffer As Byte(), _ offset As Integer, _ count As Integer _ ) As Integer
Dim instance As CryptoStream Dim buffer As Byte() Dim offset As Integer Dim count As Integer Dim returnValue As Integer returnValue = instance.Read(buffer, offset, count)
public: virtual int Read ( [InAttribute] [OutAttribute] array<unsigned char>^ buffer, int offset, int count ) override
public int Read ( /** @attribute InAttribute() */ /** @attribute OutAttribute() */ byte[] buffer, int offset, int count )
戻り値
バッファに読み取られた合計バイト数。要求されたバイト数を読み取れなかった場合、この値は要求されたバイト数より小さくなることがあります。ストリームの末尾に達していた場合は 0 になります。
例外
プラットフォームWindows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照Weblioに収録されているすべての辞書からCryptoStream.Read メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からCryptoStream.Read メソッド
を検索
- CryptoStream.Read メソッドのページへのリンク