ariba.ui.aribaweb.util
Class AWByteArray

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWBaseObject
      extended by ariba.ui.aribaweb.util.AWByteArray
All Implemented Interfaces:
AWObject

public final class AWByteArray
extends AWBaseObject


Field Summary
 int inUse
           
 
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
 
Constructor Summary
AWByteArray()
           
AWByteArray(int initialSize)
           
 
Method Summary
 void addElement(byte byteValue)
           
 void append(byte[] bytes, int offset, int length)
           
 byte[] array()
           
 boolean endsWith(byte[] targetEnding)
           
 void leftShiftElements(int numberOfElements)
           
 byte removeElementAt(int index)
           
 byte removeLastElement()
           
 byte[] toByteArray()
           
 void writeTo(java.io.OutputStream outputStream)
           
 
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject
debugString, ensureFieldValuesClear, getFieldValue, init, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inUse

public int inUse
Constructor Detail

AWByteArray

public AWByteArray()

AWByteArray

public AWByteArray(int initialSize)
Method Detail

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.