Converts a string or a byte array into an encoded array of bytes.
将字串或位元组阵列转换为编码的位元组阵列。
Converts a URL-encoded string or byte array into a decoded array of bytes.
将URL编码的字符串或字节数组转换为已解码的字节数组。
An array of byte values that contain the encrypted recipient keying material.
一个字节值数组,其中包含加密的收信方密钥材料。
Scattering reads and writes, which take an array of byte buffers, are also supported asynchronously.
还支持异步地分散读操作与写操作,该操作需要大量字节缓存。
Get the byte array representation of the concatenated string from Step 1.
得到第1步中串接的字符串的字节数组表达。
As this method takes two byte arrays and returns another byte array, it can be used in series with itself any number of times to concatenate any number of byte arrays.
因为这个方法取两个字节数组并返回另一个字节数组,所以它可以自身串联任意次以串接任意数量的字节数组。
The difference here is that we read the payload into a byte array instead of a String, because that makes parsing it a little easier.
这里的不同之处在于,我们将该有效负载读入字节数组而不是字符串,因为这使得解析它比较容易。
This byte array will hold all the bytes of the INTEGER data type structure.
这个字节数组包含INTEGER数据类型结构的所有字节。
It authors the ASN.1 representation of the length and returns a byte array that conforms to ASN.1's length format.
它生成一个该长度的ASN . 1表示,并返回一个符合ASN . 1长度格式的字节数组。
The third parameter marker is to hold the source of the XML document to be shredded in the form of byte array.
第三个参数标记符用于存放将被分解为字节数组的XML文档的源。
Calculate the number of bytes required to hold the complete ASN.1 byte array representation (the sum total of the number of tag bytes, length bytes, and content bytes).
计算容纳完整的ASN . 1字节数组表达所需要的字节数(标签字节、长度字节和内容字节的总和)。
Unfortunately, there is no EBCDIC encoder by default, so we'll convert the value to a UTF-16LE byte array (which just adds in a "0" byte for the second byte of each character).
遗憾的是,缺省情况下没有EBCDIC编码器,所以我们将把值转换为utf- 16le字符数组(这只是为每个字符的第二个字节添加一个“0”字节)。
The sample code USES a utility class EtagComputeUtils to generate a byte array representation of an object and to handle the MD 5 digest logic.
下面的例子使用了一个工具类etagcomputeutils来产生对象所对应的字节数组,并处理MD5摘要逻辑。
Concatenate the name-type and name-string parts of the PrincipalName and then prepend the SEQUENCE bytes before the concatenated byte array.
将PrincipalName的name - type和name -string部分串接到一起,然后在串接字节数组前面附加SEQUENCE字节。
For example, the Flat file Adapter is agnostic of the content of the files it processes, and thus, treats the contents of the file as a byte array.
例如,FlatFileAdapter不知道其处理的文件的内容,因此将文件内容作为二进制数组进行处理。
I can simply use a 5-byte array of zeros as its content.
我只是使用一个全为零的5字节数组作为其内容。
Thus, I can cast the result of the bitwise operation as a byte, put the byte in a single-byte array, and return the array to the calling application.
因此,我可以将按位操作的结果造型为一个字节,将这个字节放入一个单字节数组,并将这个数组返回给调用应用程序。
Divide the padded byte array from Step 3 into equal blocks of 8 bytes each.
将第3步中附加了字节后的字节数组分为大小相同的块,每一块有8个字节。
The wrapper USES a byte array to hold the generated content and after the filter chain processing completes we compute the token using an MD5 hash of the array.
该包装器使用字节数组来保存所产生的内容,在filter链处理完成之后我们利用数组的MD 5哈希值计算记号。
The transform method can then implement all manner of modifications, and it returns a new byte array containing the bytecode of the modified (or instrumented) class.
然后transform方法实现各种修改,并返回一个包含修改的(或插装的)类的字节码的新字节数组。
How to create a byte array that will have a BCC (Block Check Character) of a given value (0)?
如何创建一个字节数组,将有一个BCC(块校验字符)的一个给定的值(0)?
Computes the hash value of a subset of the specified byte array using the specified hash algorithm, and signs the resulting hash value.
使用指定的哈希算法计算指定字节数组子集的哈希值,并对结果哈希值签名。
So when you enter text as a test you are probably entering a text conversion of that byte array.
因此,当您输入文本作为测试时,您可能正在输入该字节数组的文本转换。
Worse, the return value of the function is a byte in the array, not the address.
更糟的是,函数的返回值是数组中的一个字节的地址,不。
Because the creation of a byte array does not require the construction of anything that isn't a.
因为建立一个字节数组不需要任何的建设不是一个。
Converts a range of bytes in a byte array from one encoding to another.
将字节数组内某个范围的字节从一种编码转换为另一种编码。
When size of second declared array is 2, it gets extra 4 byte offset.
当尺寸二声明数组是2,得到额外的4字节的偏移量。
Indicates the type of certificate contained in a byte array or file.
指示字节数组或文件中所包含的证书类型。
Indicates the type of certificate contained in a byte array.
指示字节数组中所包含的证书类型。
Can I store only 96 bit? or rather, only first 3 byte in 3 elements of array? (with SSE instuctions)
我可以只存储96位?或者说,只有第一个3字节数组中的3要素?(SSE指令)
应用推荐