Package org.yecht
Class Bytestring
- java.lang.Object
-
- org.yecht.Bytestring
-
-
Constructor Summary
Constructors Constructor Description Bytestring()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
append(byte code, byte[] inbuf, int start, int finish)
void
extend(Bytestring ext)
static int
strlen(byte[] buf)
static int
strlen(byte[] buf, int start)
-
-
-
Field Detail
-
buffer
public byte[] buffer
-
HASH
public static final int HASH
- See Also:
- Constant Field Values
-
CHUNKSIZE
public static final int CHUNKSIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
public void extend(Bytestring ext)
-
-