메소드 | 설명 | |
---|---|---|
Deflate ( Stream destination ) : void |
Deflate the token
|
|
Inflate ( Stream source ) : bool |
Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
|
|
TDSRowToken ( |
Initialization constructor
|
public Deflate ( Stream destination ) : void | ||
destination | Stream | Stream to deflate token to |
리턴 | void |
public Inflate ( Stream source ) : bool | ||
source | Stream | Stream to inflate the token from |
리턴 | bool |
public TDSRowToken ( |
||
metadata | ||
리턴 | System |