public class

ByteArray

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.compression.ByteArray

Summary

Public Methods
ByteArray conc(byte b2)
ByteArray conc(ByteArray b2)
ByteArray dropLast()
boolean equals(Object o)
byte[] getBytes()
byte getLast()
int hashCode()
boolean isEmpty()
int size()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ByteArray conc (byte b2)

public ByteArray conc (ByteArray b2)

public ByteArray dropLast ()

public boolean equals (Object o)

public byte[] getBytes ()

public byte getLast ()

public int hashCode ()

public boolean isEmpty ()

public int size ()

public String toString ()