Property | Type | Description | |
---|---|---|---|
m_buf | byte[] | ||
m_pos | int | ||
m_size | int |
Method | Description | |
---|---|---|
@typeof ( ) : |
||
MemBuf ( byte bytes ) : System.IO | ||
MemBuf ( byte bytes, int size ) : System.IO | ||
MemBuf ( int capacity ) : System.IO | ||
bytes ( ) : byte[] | ||
capacity ( ) : long | ||
capacity ( long c ) : void | ||
grow ( int capacity ) : void | ||
hmac ( string algorithm, |
||
toBase64 ( ) : string | ||
toDigest ( string algorithm ) : |
||
toHex ( ) : string | ||
trim ( ) : |
Method | Description | |
---|---|---|
getByte ( long pos ) : int | ||
getBytes ( long pos, byte dest, int off, int len ) : void | ||
getPos ( ) : long | ||
getSize ( ) : long | ||
pipeFrom ( |
||
pipeFrom ( byte src, int srcPos, int len ) : void | ||
pipeTo ( |
||
pipeTo ( byte dst, int dstPos, int len ) : void | ||
setByte ( long pos, int x ) : void | ||
setPos ( long x ) : void | ||
setSize ( long x ) : void |
public MemBuf ( byte bytes, int size ) : System.IO | ||
bytes | byte | |
size | int | |
return | System.IO |
public hmac ( string algorithm, |
||
algorithm | string | |
keyBuf | ||
return |