public class Buffer
extends java.lang.Object
Constructor and Description |
---|
Buffer(byte[] buf) |
Buffer(byte[] buf,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
Buffer |
copy() |
byte[] |
getBuf() |
int |
getLength() |
int |
getOffset() |
java.lang.String |
toString() |
public Buffer(byte[] buf, int offset, int length)
public Buffer(byte[] buf)
public byte[] getBuf()
public int getOffset()
public int getLength()
public Buffer copy()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1998-2020 Red Hat. All Rights Reserved.