AbstractSessionInputBuffer.FillBuffer Method

Definition

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.

Applies to