Method | Description | |
---|---|---|
ReadToEnd ( this reader ) : byte[] | ||
ReadUnicode ( this reader, int len ) : string | ||
WriteUnicode ( this writer, string text, int len ) : void |
public static ReadToEnd ( this reader ) : byte[] | ||
reader | this | |
return | byte[] |
public static ReadUnicode ( this reader, int len ) : string | ||
reader | this | |
len | int | |
return | string |
public static WriteUnicode ( this writer, string text, int len ) : void | ||
writer | this | |
text | string | |
len | int | |
return | void |