AbstractSessionInputBuffer.FillBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills the internal buffer from the underlying input stream.
[Android.Runtime.Register("fillBuffer", "()I", "GetFillBufferHandler")]
protected virtual int FillBuffer();
[<Android.Runtime.Register("fillBuffer", "()I", "GetFillBufferHandler")>]
abstract member FillBuffer : unit -> int
override this.FillBuffer : unit -> int
Returns
The number of bytes read, or -1 if the end of the stream is reached.
- Attributes
Remarks
Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.