public class Bytestring
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
buffer |
static int |
CHUNKSIZE |
(package private) int |
hash |
static int |
HASH |
(package private) int |
length |
(package private) boolean |
printed |
(package private) int |
remaining |
Constructor and Description |
---|
Bytestring() |
Modifier and Type | Method and 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) |
int hash
public byte[] buffer
int length
int remaining
boolean printed
public static final int HASH
public static final int CHUNKSIZE
public static int strlen(byte[] buf)
public static int strlen(byte[] buf, int start)
public void append(byte code, byte[] inbuf, int start, int finish)
public void extend(Bytestring ext)