CharArrayBuffer
CharArrayBuffer(Int32)
IsEmpty
IsFull
JniPeerMembers
ThresholdClass
ThresholdType
Append(Char)
Append(CharArrayBuffer)
Append(Object)
Append(String)
Append(Byte[], Int32, Int32)
Append(ByteArrayBuffer, Int32, Int32)
Append(Char[], Int32, Int32)
Append(CharArrayBuffer, Int32, Int32)
Buffer()
Capacity()
CharAt(Int32)
Clear()
EnsureCapacity(Int32)
IndexOf(Int32)
IndexOf(Int32, Int32, Int32)
Length()
SetLength(Int32)
Substring(Int32, Int32)
SubstringTrimmed(Int32, Int32)
ToCharArray()
monoandroid
namespace Org.Apache.Http.Util
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("org/apache/http/util/CharArrayBuffer", DoNotGenerateAcw = true)]
public sealed class CharArrayBuffer : Object
{
[Register("append", "(Lorg/apache/http/util/ByteArrayBuffer;II)V", "")]
public void Append(ByteArrayBuffer? b, int off, int len);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API