org.apache.maven.surefire.util.internal
Class ByteBuffer
java.lang.Object
org.apache.maven.surefire.util.internal.ByteBuffer
public class ByteBuffer
- extends java.lang.Object
- Author:
- Kristian Rosenvold
|
Method Summary |
void |
advance(int i)
|
void |
append(byte chararcter)
|
void |
append(char chararcter)
|
void |
append(java.lang.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)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ByteBuffer
public ByteBuffer(int length)
ByteBuffer
public ByteBuffer(byte[] buf,
int off,
int len)
append
public void append(char chararcter)
append
public void append(byte chararcter)
comma
public void comma()
advance
public void advance(int i)
append
public void append(java.lang.Integer integer)
getData
public byte[] getData()
getlength
public int getlength()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
copy
public static byte[] copy(byte[] src1,
int off1,
int len1)
join
public static byte[] join(byte[] src1,
int off1,
int len1,
byte[] src2,
int off2,
int len2)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.