메소드 | 설명 | |
---|---|---|
Deserialize ( |
Deserialise FileZilla binary data into object
|
|
Serialize ( BinaryWriter writer, int protocolVersion, int index ) : void |
Serialise object into FileZilla binary data
|
메소드 | 설명 | |
---|---|---|
GetOptionInfo ( int protocolVersion, int index ) : |
Get OptionInfo for index of Settings.Options.
|
public Deserialize ( |
||
reader | Binary reader to read data from | |
protocolVersion | int | Current FileZilla protocol version |
index | int | The 0 based index of this item in relation to any parent list |
리턴 | void |
public Serialize ( BinaryWriter writer, int protocolVersion, int index ) : void | ||
writer | BinaryWriter | Binary writer to write data to |
protocolVersion | int | Current FileZilla protocol version |
index | int | The 0 based index of this item in relation to any parent list |
리턴 | void |