Skip to content

Commit 6af8116

Browse files
committed
Renamed Binary to BinaryCodec.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130345 13f79535-47bb-0310-9956-ffa450edef68
1 parent a960c13 commit 6af8116

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

xdocs/index.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,6 @@ limitations under the License.
9696
for strict adherence to RFC 2045.
9797
</td>
9898
</tr>
99-
<tr>
100-
<td width="150">
101-
<a href="apidocs/org/apache/commons/codec/binary/BinaryCodec.html">
102-
BinaryCodec</a>
103-
</td>
104-
<td>
105-
Binary translates between byte arrays and strings of binary digits
106-
"1" and "0".
107-
</td>
108-
</tr>
10999
<tr>
110100
<td>
111101
<a href="apidocs/org/apache/commons/codec/binary/Hex.html">
@@ -116,6 +106,15 @@ limitations under the License.
116106
hexadecimal values of each byte in order
117107
</td>
118108
</tr>
109+
<tr>
110+
<td width="150">
111+
<a href="apidocs/org/apache/commons/codec/binary/BinaryCodec.html">
112+
BinaryCodec</a>
113+
</td>
114+
<td>
115+
Translates between byte arrays and strings of "0"s and "1"s.
116+
</td>
117+
</tr>
119118
</table>
120119
</subsection>
121120

0 commit comments

Comments
 (0)