BasicLineFormatter.InitBuffer(CharArrayBuffer) 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.
Obtains a buffer for formatting.
[Android.Runtime.Register("initBuffer", "(Lorg/apache/http/util/CharArrayBuffer;)Lorg/apache/http/util/CharArrayBuffer;", "GetInitBuffer_Lorg_apache_http_util_CharArrayBuffer_Handler")]
protected virtual Org.Apache.Http.Util.CharArrayBuffer? InitBuffer(Org.Apache.Http.Util.CharArrayBuffer? buffer);
	[<Android.Runtime.Register("initBuffer", "(Lorg/apache/http/util/CharArrayBuffer;)Lorg/apache/http/util/CharArrayBuffer;", "GetInitBuffer_Lorg_apache_http_util_CharArrayBuffer_Handler")>]
abstract member InitBuffer : Org.Apache.Http.Util.CharArrayBuffer -> Org.Apache.Http.Util.CharArrayBuffer
override this.InitBuffer : Org.Apache.Http.Util.CharArrayBuffer -> Org.Apache.Http.Util.CharArrayBuffer
	Parameters
- buffer
 - CharArrayBuffer
 
a buffer already available, or null
Returns
- Attributes
 
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.