Method | Description | |
---|---|---|
CopyDataTo ( this source, Stream target, int length ) : void | ||
CopyPartTo ( this source, Stream target, int length ) : void | ||
Dump ( this s ) : string | ||
GetAvaliableByteCounts ( this s ) : long | ||
IgnoreAll ( this s ) : void | ||
Recycle ( this s ) : void |
public static CopyDataTo ( this source, Stream target, int length ) : void | ||
source | this | |
target | Stream | |
length | int | |
return | void |
public static CopyPartTo ( this source, Stream target, int length ) : void | ||
source | this | |
target | Stream | |
length | int | |
return | void |
public static GetAvaliableByteCounts ( this s ) : long | ||
s | this | |
return | long |