Class Bytestring
java.lang.Object
org.yecht.Bytestring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(byte code, byte[] inbuf, int start, int finish) voidextend(Bytestring ext) static intstrlen(byte[] buf) static intstrlen(byte[] buf, int start)
-
Field Details
-
buffer
public byte[] buffer -
HASH
public static final int HASH- See Also:
-
CHUNKSIZE
public static final int CHUNKSIZE- See Also:
-
-
Constructor Details
-
Bytestring
public Bytestring()
-
-
Method Details
-
strlen
public static int strlen(byte[] buf) -
strlen
public static int strlen(byte[] buf, int start) -
append
public void append(byte code, byte[] inbuf, int start, int finish) -
extend
-