org.yecht
public class Bytestring extends Object
Field Summary | |
---|---|
byte[] | buffer |
static int | CHUNKSIZE |
static int | HASH |
Constructor Summary | |
---|---|
Bytestring() |
Method Summary | |
---|---|
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) |