public class OutBinary extends java.lang.Object
OutBinary()
void
out1(char[] arr)
out2(char[] arr)
out3(char[] arr)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OutBinary()
public void out1(char[] arr)
接受一个byte数组作为原码输出
public void out2(char[] arr)
接受一个byte数组作为补码输出
public void out3(char[] arr)
接受一个byte数组作为反码输出