ariba.ui.aribaweb.util
Class AWByteArray
java.lang.Object
ariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.util.AWByteArray
- All Implemented Interfaces:
- AWObject
public final class AWByteArray
- extends AWBaseObject
Fields inherited from class ariba.ui.aribaweb.util.AWBaseObject |
AribaHashtableClass, AribaVectorClass, ClassClass, EmptyHashtable, EmptyMap, EmptyVector, False, IntegerClass, JavaHashtableClass, JavaMapClass, JavaVectorClass, LogHandling, NullObject, ObjectClass, StringClass, True, UndefinedObject, UndefinedString, UninitializedRealNumber |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inUse
public int inUse
AWByteArray
public AWByteArray()
AWByteArray
public AWByteArray(int initialSize)
array
public byte[] array()
toByteArray
public byte[] toByteArray()
addElement
public void addElement(byte byteValue)
append
public void append(byte[] bytes,
int offset,
int length)
removeLastElement
public byte removeLastElement()
removeElementAt
public byte removeElementAt(int index)
endsWith
public boolean endsWith(byte[] targetEnding)
writeTo
public void writeTo(java.io.OutputStream outputStream)
leftShiftElements
public void leftShiftElements(int numberOfElements)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.