net.sourceforge.wohenchan.convert
Class ByteVector

java.lang.Object
  |
  +--net.sourceforge.wohenchan.convert.ByteVector

public class ByteVector
extends java.lang.Object

Version:
$Name: $ $Date: 2000/07/04 08:47:08 $
Author:
$Author: pjiang $

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

byteVector

private java.util.Vector byteVector
Constructor Detail

ByteVector

public ByteVector()
Method Detail

addByte

public void addByte(byte abyte)

clear

public void clear()

indexOf

public int indexOf(byte abyte)

elementAt

public byte elementAt(int index)

size

public int size()