AdlsInputStream.Read メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Read(Byte[], Int32, Int32) |
現在のストリームからバイトシーケンスを読み取り、読み取られたバイト数だけストリーム内の位置を進めます同期操作。 |
Read(Int64, Byte[], Int32, Int32) |
サーバーからバイトシーケンスを直接読み取ります。 ストリーム内の何も更新されません。 |
Read(Byte[], Int32, Int32)
現在のストリームからバイトシーケンスを読み取り、読み取られたバイト数だけストリーム内の位置を進めます同期操作。
public override int Read (byte[] output, int offset, int count);
override this.Read : byte[] * int * int -> int
Public Overrides Function Read (output As Byte(), offset As Integer, count As Integer) As Integer
パラメーター
- output
- Byte[]
出力バイト配列
- offset
- Int32
出力配列にデータを配置するオフセット
- count
- Int32
読み取られたバイト数
戻り値
読み取られたバイト数
適用対象
Read(Int64, Byte[], Int32, Int32)
サーバーからバイトシーケンスを直接読み取ります。 ストリーム内の何も更新されません。
public int Read (long position, byte[] output, int offset, int count);
override this.Read : int64 * byte[] * int * int -> int
Public Function Read (position As Long, output As Byte(), offset As Integer, count As Integer) As Integer
パラメーター
- position
- Int64
データの読み取りを開始するファイル内の位置
- output
- Byte[]
出力バイト配列
- offset
- Int32
出力配列にデータを配置するオフセット
- count
- Int32
読み取られたバイト数
戻り値
読み取られたバイト数
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET