Method | Description | |
---|---|---|
BufferRemainingData ( ) : System.Threading.Tasks.Task | ||
DecompressAsync ( ) : System.Threading.Tasks.Task |
Decompresses the frame contents async.
|
|
Dispose ( ) : void | ||
FrameReader ( Stream innerStream, int length ) : System | ||
ReadByteAsync ( ) : Task |
Reads the byte async.
|
|
ReadBytesAsync ( ) : Task |
Reads the bytes async.
|
|
ReadInetAsync ( ) : Task |
Reads the inet async.
|
|
ReadIntAsync ( ) : Task |
Reads the int async.
|
|
ReadShortAsync ( ) : Task |
Reads the short async.
|
|
ReadShortBytesAsync ( ) : Task |
Reads the short bytes async.
|
|
ReadStringAsync ( ) : Task |
||
ReadStringListAsync ( ) : Task |
Reads the string list async.
|
|
ReadStringMultimapAsync ( ) : IList |
Reads the string multimap async.
|
|
ReadUuidAsync ( ) : Task |
Reads the UUID async.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
Method | Description | |
---|---|---|
CopySegmentToArray ( ) : byte[] |
Copies the segment to a new array.
|
|
ReadAsync ( byte buffer, int offset, int count ) : Task |
||
ReadByteInternalAsync ( ) : Task |
Reads the byte async, awaiting network operations
|
|
ReadIntInternalAsync ( ) : Task |
Reads the int async, awaiting network operations
|
|
ReadSegmentAsync ( int size ) : System.Threading.Tasks.Task |
Reads the array segment async.
|
|
ReadShortInternalAsync ( ) : Task |
Reads the short async, awaiting network operations
|
|
ReadStringAsync ( Task |
Reads the string async.
|
|
TryGetSegmentFromBuffer ( int size ) : bool |
Tries to get a array segment of specific size from the buffer.
|
public BufferRemainingData ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DecompressAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// |
return | void |
public FrameReader ( Stream innerStream, int length ) : System | ||
innerStream | Stream | |
length | int | |
return | System |
public ReadStringMultimapAsync ( ) : IList |
||
return | IList |