public class BitBuf extends Object
(专用程序包) byte[]
buf
BitBuf(byte[] buf)
BitBuf(int len)
boolean
get(int at)
static void
main(String[] argv)
void
set(int at, boolean on)
byte[]
toByteArray()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
byte[] buf
public BitBuf(int len)
public BitBuf(byte[] buf)
public void set(int at, boolean on)
public boolean get(int at)
public byte[] toByteArray()
public String toString()
toString
Object
public static void main(String[] argv) throws Exception
Exception
Copyright © 2023. All rights reserved.