public class ByteData extends Object
| Constructor and Description |
|---|
ByteData(int maxSpace)
The default constructor.
|
public ByteData(int maxSpace)
maxSpace - The maximum space in the internal byte array.public void append(byte b)
b - byte to extendpublic byte[] getData()
public byte getData(int idx)
idx - The data byte to returnpublic int getLen()
public void setLen(int len)
Copyright © 2014. All rights reserved.