Home | History | Annotate | Download | only in binary

Lines Matching defs:binary

17 package org.apache.commons.codec.binary;
73 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
76 * the raw binary data to convert
85 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
88 * the raw binary data to convert
106 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
132 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
144 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
164 * @return the raw encoded binary where each bit corresponds to a char in the char array argument
191 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
214 * Converts an array of raw binary data into an array of ascii 0 and 1 character bytes - each byte is a truncated
218 * the raw binary data to convert
245 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
248 * the raw binary data to convert
275 * Converts an array of raw binary data into a String of ascii 0 and 1 characters.
278 * the raw binary data to convert
279 * @return a String of 0 and 1 characters representing the binary data