Метод | Описание | |
---|---|---|
CopyTo ( byte array, int offset, int count, int &actual ) : |
||
GetArraySegment ( |
||
GetLength ( |
||
GetString ( |
||
MemoryPoolIterator2 ( Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 block ) : System | ||
MemoryPoolIterator2 ( Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 block, int index ) : System | ||
Peek ( ) : int | ||
Put ( byte data ) : bool |
Save the data at the current location then move to the next available space.
|
|
Seek ( int char0 ) : int | ||
Seek ( int char0, int char1 ) : int | ||
Seek ( int char0, int char1, int char2 ) : int | ||
Take ( ) : int |
public CopyTo ( byte array, int offset, int count, int &actual ) : |
||
array | byte | |
offset | int | |
count | int | |
actual | int | |
Результат |
public GetArraySegment ( |
||
end | ||
Результат | ArraySegment |
public GetLength ( |
||
end | ||
Результат | int |
public GetString ( |
||
end | ||
Результат | string |
public MemoryPoolIterator2 ( Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 block ) : System | ||
block | Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 | |
Результат | System |
public MemoryPoolIterator2 ( Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 block, int index ) : System | ||
block | Microsoft.AspNet.Server.Kestrel.Infrastructure.MemoryPoolBlock2 | |
index | int | |
Результат | System |
public Put ( byte data ) : bool | ||
data | byte | The byte to be saved. |
Результат | bool |
public Seek ( int char0, int char1, int char2 ) : int | ||
char0 | int | |
char1 | int | |
char2 | int | |
Результат | int |