메소드 | 설명 | |
---|---|---|
this ( int index ) : byte |
Gets or sets the byte in the buffer at index.
|
메소드 | 설명 | |
---|---|---|
Buffer ( int bufferSize ) : System |
Initializes a new instance of the Buffer class.
|
|
EnsureCapacity ( int size ) : void |
Ensures that Capacity >= size.
|
|
GetBuffer ( ) : byte[] |
Gets a reference to the internal byte array.
|
메소드 | 설명 | |
---|---|---|
ThrowInvalidAsyncOperationException ( ) : Task |
||
ThrowInvalidSyncOperationException ( ) : int |
protected Buffer ( int bufferSize ) : System | ||
bufferSize | int | The size of the buffer in bytes. |
리턴 | System |