All Packages Class Hierarchy This Package Previous Next Index
Class rebelsky.util.Binary
java.lang.Object
|
+----rebelsky.util.Binary
- public class Binary
- extends Object
A collection of utilities for converting to and from an ASCII
binary representation of various types. By "an ASCII binary
representation", I mean one composed of 0 and 1 characters.
Copyright (c) 1998 Samuel A. Rebelsky. All rights reserved.
- Version:
- 1.0 of March 1998
- Author:
- Samuel A. Rebelsky
Constructor Index
- o
Binary()
-
Method Index
- o
bits(byte)
- Convert a byte to a series of bits (0's and 1's, represented
as characters).
Constructors
o
Binary
public Binary()
Methods
o
bits
public String bits(byte b)
- Convert a byte to a series of bits (0's and 1's, represented
as characters).
All Packages Class Hierarchy This Package Previous Next Index