Modifier and Type | Field and Description |
---|---|
byte[] |
buffer |
static int |
CHUNKSIZE |
static int |
HASH |
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) |
public byte[] buffer
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)
Copyright © 2022. All rights reserved.