Property | Type | Description | |
---|---|---|---|
DataToBytes | byte[] | ||
GetByteArray | byte[] | ||
GetDataByteCount | int | ||
GetDataBytes | void | ||
OrdinalCompareTo | int | ||
StringContent | System | ||
SwitchToBinary | BinaryContent | ||
SwitchToBinary | BinaryContent | ||
SwitchToMutable | CharArrayContent | ||
SwitchToMutable | CharArrayContent |
Method | Description | |
---|---|---|
Append ( Content content, int start, int count ) : void | ||
Append ( Stream stream, int count ) : void | ||
Append ( byte b, int repeatCount ) : void | ||
Append ( byte bytes, int start, int count ) : void | ||
Append ( char c, int repeatCount ) : void | ||
Append ( char chars, int start, int count ) : void | ||
Append ( string str, int start, int count ) : void | ||
AppendFormat ( IFormatProvider provider, string format, object args ) : void | ||
AppendTo ( BinaryContent content, int start, int count ) : void | ||
AppendTo ( CharArrayContent content, int start, int count ) : void | ||
AppendTo ( StringContent content, int start, int count ) : void | ||
CalculateHashCode ( ) : int | ||
CheckEncoding ( ) : void | ||
Clone ( ) : Content | ||
Concat ( Content content ) : Content | ||
ConcatTo ( BinaryContent content ) : Content | ||
ConcatTo ( CharArrayContent content ) : Content | ||
ConcatTo ( StringContent content ) : Content | ||
ContainsInvalidCharacters ( ) : bool | ||
ConvertToBytes ( ) : byte[] | ||
ConvertToString ( ) : string | ||
EscapeRegularExpression ( ) : Content | ||
GetBinarySlice ( int start, int count ) : byte[] | ||
GetByte ( int index ) : byte | ||
GetByteCount ( ) : int | ||
GetBytes ( ) : IEnumerable |
||
GetCapacity ( ) : int | ||
GetChar ( int index ) : char | ||
GetCharCount ( ) : int | ||
GetCharacterCount ( ) : int | ||
GetCharacters ( ) : CharacterEnumerator | ||
GetSlice ( int start, int count ) : Content | ||
GetStringSlice ( int start, int count ) : string | ||
IndexIn ( Content str, int start, int count ) : int | ||
IndexOf ( byte b, int start, int count ) : int | ||
IndexOf ( char c, int start, int count ) : int | ||
IndexOf ( string str, int start, int count ) : int | ||
Insert ( int index, byte b ) : void | ||
Insert ( int index, byte bytes, int start, int count ) : void | ||
Insert ( int index, char c ) : void | ||
Insert ( int index, char chars, int start, int count ) : void | ||
Insert ( int index, string str, int start, int count ) : void | ||
InsertTo ( Content str, int index, int start, int count ) : void | ||
LastIndexIn ( Content str, int start, int count ) : int | ||
LastIndexOf ( byte b, int start, int count ) : int | ||
LastIndexOf ( char c, int start, int count ) : int | ||
LastIndexOf ( string str, int start, int count ) : int | ||
OrdinalCompareTo ( Content content ) : int | ||
OrdinalCompareTo ( string str ) : int | ||
Remove ( int start, int count ) : void | ||
ReverseOrdinalCompareTo ( BinaryContent content ) : int | ||
ReverseOrdinalCompareTo ( CharArrayContent content ) : int | ||
ReverseOrdinalCompareTo ( StringContent content ) : int | ||
SetByte ( int index, byte b ) : void | ||
SetCapacity ( int capacity ) : void | ||
SetChar ( int index, char c ) : void | ||
StartsWith ( char c ) : bool | ||
SwitchToBinaryContent ( ) : Content | ||
SwitchToMutableContent ( ) : Content | ||
SwitchToStringContent ( ) : Content | ||
ToByteArray ( ) : byte[] | ||
ToString ( ) : string | ||
TrimExcess ( ) : void | ||
UpdateCharacterFlags ( uint flags ) : uint | ||
Write ( int offset, byte value, int repeatCount ) : void | ||
Write ( int offset, byte value, int start, int count ) : void |
Method | Description | |
---|---|---|
DataToBytes ( ) : byte[] | ||
GetByteArray ( int &count ) : byte[] | ||
GetDataByteCount ( ) : int | ||
GetDataBytes ( byte bytes, int start ) : void | ||
OrdinalCompareTo ( char chars, int count ) : int | ||
StringContent ( string data, MutableString owner ) : System | ||
SwitchToBinary ( ) : BinaryContent | ||
SwitchToBinary ( int additionalCapacity ) : BinaryContent | ||
SwitchToMutable ( ) : CharArrayContent | ||
SwitchToMutable ( int additionalCapacity ) : CharArrayContent |
public Append ( Content content, int start, int count ) : void | ||
content | Content | |
start | int | |
count | int | |
return | void |
public Append ( Stream stream, int count ) : void | ||
stream | Stream | |
count | int | |
return | void |
public Append ( byte b, int repeatCount ) : void | ||
b | byte | |
repeatCount | int | |
return | void |
public Append ( byte bytes, int start, int count ) : void | ||
bytes | byte | |
start | int | |
count | int | |
return | void |
public Append ( char c, int repeatCount ) : void | ||
c | char | |
repeatCount | int | |
return | void |
public Append ( char chars, int start, int count ) : void | ||
chars | char | |
start | int | |
count | int | |
return | void |
public Append ( string str, int start, int count ) : void | ||
str | string | |
start | int | |
count | int | |
return | void |
public AppendFormat ( IFormatProvider provider, string format, object args ) : void | ||
provider | IFormatProvider | |
format | string | |
args | object | |
return | void |
public AppendTo ( BinaryContent content, int start, int count ) : void | ||
content | BinaryContent | |
start | int | |
count | int | |
return | void |
public AppendTo ( CharArrayContent content, int start, int count ) : void | ||
content | CharArrayContent | |
start | int | |
count | int | |
return | void |
public AppendTo ( StringContent content, int start, int count ) : void | ||
content | StringContent | |
start | int | |
count | int | |
return | void |
public ConcatTo ( BinaryContent content ) : Content | ||
content | BinaryContent | |
return | Content |
public ConcatTo ( CharArrayContent content ) : Content | ||
content | CharArrayContent | |
return | Content |
public ConcatTo ( StringContent content ) : Content | ||
content | StringContent | |
return | Content |
public GetBinarySlice ( int start, int count ) : byte[] | ||
start | int | |
count | int | |
return | byte[] |
public GetCharacters ( ) : CharacterEnumerator | ||
return | CharacterEnumerator |
public GetSlice ( int start, int count ) : Content | ||
start | int | |
count | int | |
return | Content |
public GetStringSlice ( int start, int count ) : string | ||
start | int | |
count | int | |
return | string |
public IndexIn ( Content str, int start, int count ) : int | ||
str | Content | |
start | int | |
count | int | |
return | int |
public IndexOf ( byte b, int start, int count ) : int | ||
b | byte | |
start | int | |
count | int | |
return | int |
public IndexOf ( char c, int start, int count ) : int | ||
c | char | |
start | int | |
count | int | |
return | int |
public IndexOf ( string str, int start, int count ) : int | ||
str | string | |
start | int | |
count | int | |
return | int |
public Insert ( int index, byte bytes, int start, int count ) : void | ||
index | int | |
bytes | byte | |
start | int | |
count | int | |
return | void |
public Insert ( int index, char chars, int start, int count ) : void | ||
index | int | |
chars | char | |
start | int | |
count | int | |
return | void |
public Insert ( int index, string str, int start, int count ) : void | ||
index | int | |
str | string | |
start | int | |
count | int | |
return | void |
public InsertTo ( Content str, int index, int start, int count ) : void | ||
str | Content | |
index | int | |
start | int | |
count | int | |
return | void |
public LastIndexIn ( Content str, int start, int count ) : int | ||
str | Content | |
start | int | |
count | int | |
return | int |
public LastIndexOf ( byte b, int start, int count ) : int | ||
b | byte | |
start | int | |
count | int | |
return | int |
public LastIndexOf ( char c, int start, int count ) : int | ||
c | char | |
start | int | |
count | int | |
return | int |
public LastIndexOf ( string str, int start, int count ) : int | ||
str | string | |
start | int | |
count | int | |
return | int |
public OrdinalCompareTo ( Content content ) : int | ||
content | Content | |
return | int |
public Remove ( int start, int count ) : void | ||
start | int | |
count | int | |
return | void |
public ReverseOrdinalCompareTo ( BinaryContent content ) : int | ||
content | BinaryContent | |
return | int |
public ReverseOrdinalCompareTo ( CharArrayContent content ) : int | ||
content | CharArrayContent | |
return | int |
public ReverseOrdinalCompareTo ( StringContent content ) : int | ||
content | StringContent | |
return | int |
public UpdateCharacterFlags ( uint flags ) : uint | ||
flags | uint | |
return | uint |
public Write ( int offset, byte value, int repeatCount ) : void | ||
offset | int | |
value | byte | |
repeatCount | int | |
return | void |
public Write ( int offset, byte value, int start, int count ) : void | ||
offset | int | |
value | byte | |
start | int | |
count | int | |
return | void |