|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.util.internal.ByteBuffer
public class ByteBuffer
| Constructor Summary | |
|---|---|
ByteBuffer(byte[] buf,
int off,
int len)
|
|
ByteBuffer(int length)
|
|
| Method Summary | |
|---|---|
void |
advance(int i)
|
void |
append(byte chararcter)
|
void |
append(char chararcter)
|
void |
append(Integer integer)
|
void |
comma()
|
static byte[] |
copy(byte[] src1,
int off1,
int len1)
|
byte[] |
getData()
|
int |
getlength()
|
static byte[] |
join(byte[] src1,
int off1,
int len1,
byte[] src2,
int off2,
int len2)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ByteBuffer(int length)
public ByteBuffer(byte[] buf,
int off,
int len)
| Method Detail |
|---|
public void append(char chararcter)
public void append(byte chararcter)
public void comma()
public void advance(int i)
public void append(Integer integer)
public byte[] getData()
public int getlength()
public String toString()
toString in class Object
public static byte[] copy(byte[] src1,
int off1,
int len1)
public static byte[] join(byte[] src1,
int off1,
int len1,
byte[] src2,
int off2,
int len2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||