|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.wohenchan.convert.ByteVector
Field Summary | |
private java.util.Vector |
byteVector
|
Constructor Summary | |
ByteVector()
|
Method Summary | |
void |
addByte(byte abyte)
|
void |
clear()
|
byte |
elementAt(int index)
|
int |
indexOf(byte abyte)
|
int |
size()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector byteVector
Constructor Detail |
public ByteVector()
Method Detail |
public void addByte(byte abyte)
public void clear()
public int indexOf(byte abyte)
public byte elementAt(int index)
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |