메소드 | 설명 | |
---|---|---|
WriteBase64 ( this xmlwriter, Byte buffer ) : void |
Extends WriteBase64 so that buffer offset of 0 and call to Array.Length are not needed.
|
|
WriteBinHex ( this xmlwriter, Byte buffer ) : void |
Extends WriteBinHex so that buffer offset of 0 and call to Array.Length are not needed.
|
|
WriteChars ( this xmlwriter, Char buffer ) : void |
Extends WriteChars so that buffer offset of 0 and call to Array.Length are not needed.
|
|
WriteRaw ( this xmlwriter, Char buffer ) : void |
Extends WriteRaw so that buffer offset of 0 and call to Array.Length are not needed.
|
public static WriteBase64 ( this xmlwriter, Byte buffer ) : void | ||
xmlwriter | this | |
buffer | Byte | |
리턴 | void |
public static WriteBinHex ( this xmlwriter, Byte buffer ) : void | ||
xmlwriter | this | |
buffer | Byte | |
리턴 | void |
public static WriteChars ( this xmlwriter, Char buffer ) : void | ||
xmlwriter | this | |
buffer | Char | |
리턴 | void |
public static WriteRaw ( this xmlwriter, Char buffer ) : void | ||
xmlwriter | this | |
buffer | Char | |
리턴 | void |