Encoding
System.Text.Encoding
System.Object
${this:16}.getBytes(${s})
System.String
s
GetBytes
System.Byte[]
new String(${buf}, ${index}, ${count}, ${this:16}.getCharset())
System.Byte[]
buf
System.Int32
index
System.Int32
count
GetString
System.String
new String(${buf}, ${this:16}.getString())
System.Byte[]
buf
GetString
System.String
CS2JNet.System.Text.EncodingSupport
System.Text.Encoding
UTF8
EncodingSupport.GetEncoder("UTF-8")
${this:16}.setUTF8(${value})
CS2JNet.System.Text.EncodingSupport
System.Text.Encoding
ASCII
EncodingSupport.GetEncoder("ASCII")